UNPKG

@kadconsulting/dry

Version:
3 lines 523 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Paperclip = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "paperclip" }), _jsx("path", { className: 'dry-icon-paperclip', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm21.152 10.9-9.015 9.015a5.25 5.25 0 0 1-7.425-7.425l9.016-9.015a3.5 3.5 0 1 1 4.95 4.95l-8.662 8.662a1.75 1.75 0 1 1-2.475-2.475l7.601-7.602' })] })); //# sourceMappingURL=Paperclip.js.map