UNPKG

@kadconsulting/dry

Version:
3 lines 424 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Underline01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "underline-01" }), _jsx("path", { className: 'dry-icon-underline-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M18 4v7a6 6 0 0 1-12 0V4M4 21h16' })] })); //# sourceMappingURL=Underline01.js.map