UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 387 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgCropLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M15 17v2H6a1 1 0 0 1-1-1V7H2V5h3V2h2v15zm2 5V7H9V5h9a1 1 0 0 1 1 1v11h3v2h-3v3z" }) })); const Memo = memo(SvgCropLine); export default Memo;