@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 455 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Wind03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "wind-03" }), _jsx("path", { className: 'dry-icon-wind-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16.764 6.5a3 3 0 1 1 2.236 5h-6M6.764 4A3 3 0 1 1 9 9H2m8.764 11A3 3 0 1 0 13 15H2' })] }));
//# sourceMappingURL=Wind03.js.map