@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 692 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgCopyIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M8.875 13.25H2.75V7.125H4.5v-1.75H2.75c-.965 0-1.75.785-1.75 1.75v6.125c0 .965.785 1.75 1.75 1.75h6.125c.965 0 1.75-.785 1.75-1.75V11.5h-1.75zm-1.75-2.625h6.125c.965 0 1.75-.785 1.75-1.75V2.75C15 1.785 14.215 1 13.25 1H7.125c-.965 0-1.75.785-1.75 1.75v6.125c0 .965.785 1.75 1.75 1.75" }) }));
exports.default = SvgCopyIcon;
//# sourceMappingURL=CopyIcon.js.map