UNPKG

@kadconsulting/dry

Version:
3 lines 666 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Umbrella01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "umbrella-01" }), _jsx("path", { className: 'dry-icon-umbrella-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 19.4c0 1.436-1.12 2.6-2.5 2.6S12 20.836 12 19.4V12m-9.874-1.594C2.89 5.641 7.02 2 12 2s9.11 3.64 9.874 8.406c.074.465.111.698.018.946a1.097 1.097 0 0 1-.44.516c-.23.132-.504.132-1.052.132H3.6c-.548 0-.821 0-1.052-.132a1.097 1.097 0 0 1-.44-.516c-.093-.248-.056-.48.018-.946Z' })] })); //# sourceMappingURL=Umbrella01.js.map