@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 412 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Hash02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "hash-02" }), _jsx("path", { className: 'dry-icon-hash-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm9.5 3-3 18m11-18-3 18m6-13h-17m16 8h-17' })] }));
//# sourceMappingURL=Hash02.js.map