@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 458 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Wind02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "wind-02" }), _jsx("path", { className: 'dry-icon-wind-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9.51 4.667A2 2 0 1 1 11 8H2m10.51 11.333A2 2 0 1 0 14 16H2m14.764-9A3 3 0 1 1 19 12H2' })] }));
//# sourceMappingURL=Wind02.js.map