UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 462 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFileCopyFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1zm2 0h8v10h2V4H9z" }) })); const Memo = memo(SvgFileCopyFill); export default Memo;