UNPKG

@kadconsulting/dry

Version:
3 lines 594 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Wind01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "wind-01" }), _jsx("path", { className: 'dry-icon-wind-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 18s-1.19-.47-2-.698c-5.12-1.445-8.88 2.84-14 1.396C4.19 18.469 3 18 3 18m18-6s-1.19-.47-2-.698c-5.12-1.445-8.88 2.84-14 1.396C4.19 12.469 3 12 3 12m18-6s-1.19-.47-2-.698c-5.12-1.445-8.88 2.84-14 1.396C4.19 6.47 3 6 3 6' })] })); //# sourceMappingURL=Wind01.js.map