@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 501 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Attachment02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "attachment-02" }), _jsx("path", { className: 'dry-icon-attachment-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17.5 5.256V16.5a5.5 5.5 0 1 1-11 0V5.667a3.667 3.667 0 0 1 7.333 0v10.779a1.833 1.833 0 1 1-3.666 0V6.65' })] }));
//# sourceMappingURL=Attachment02.js.map