@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 447 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Bold02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bold-02" }), _jsx("path", { className: 'dry-icon-bold-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 4v16M9.5 4h6a4 4 0 0 1 0 8h-6 7a4 4 0 0 1 0 8h-7m0-16v16m0-16H4m5.5 16H4' })] }));
//# sourceMappingURL=Bold02.js.map