@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 446 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Heading02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "heading-02" }), _jsx("path", { className: 'dry-icon-heading-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 4v16M18 4v16M9.5 4v16m2-16H4m14 8H9.5m2 8H4m16 0h-4m4-16h-4' })] }));
//# sourceMappingURL=Heading02.js.map