10 lines
421 B
Plaintext
10 lines
421 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
d: "M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V9h14zm0-12H5V5h14zm-7 4H7v5h5z"
|
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
d: "M5 5h14v2H5z",
|
|
opacity: ".3"
|
|
}, "1")], 'TodayTwoTone'); |