@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 592 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Edit01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "edit-01" }), _jsx("path", { className: 'dry-icon-edit-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M2.876 18.116c.046-.414.069-.62.131-.814a2 2 0 0 1 .234-.485c.111-.17.259-.317.553-.61L17 3a2.828 2.828 0 1 1 4 4L7.794 20.206c-.294.294-.442.442-.611.553a2 2 0 0 1-.485.233c-.193.063-.4.086-.814.132L2.5 21.5l.376-3.384Z' })] }));
//# sourceMappingURL=Edit01.js.map