10 lines
316 B
JavaScript
10 lines
316 B
JavaScript
|
|
"use client";
|
||
|
|
|
||
|
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
||
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
|
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
||
|
|
d: "M4 6h16v12H4z",
|
||
|
|
opacity: ".3"
|
||
|
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
||
|
|
d: "M2 4v16h20V4zm18 14H4V6h16z"
|
||
|
|
}, "1")], 'RectangleTwoTone');
|