UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 457 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgLayoutMasonryFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22 9.999V20a1 1 0 0 1-1 1h-8V9.999zm-11 6V21H3a1 1 0 0 1-1-1v-4.001zM11 3v10.999H2V4a1 1 0 0 1 1-1zm10 0a1 1 0 0 1 1 1v3.999h-9V3z" }) })); const Memo = memo(SvgLayoutMasonryFill); export default Memo;