UNPKG

@kadconsulting/dry

Version:
3 lines 475 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Underline02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "underline-02" }), _jsx("path", { className: 'dry-icon-underline-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M19 4v6a7 7 0 1 1-14 0V4m3.5 0v6a7.003 7.003 0 0 0 5.14 6.75M4 21h16M3 4h7.5M17 4h4' })] })); //# sourceMappingURL=Underline02.js.map