@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 471 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Power02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "power-02" }), _jsx("path", { className: 'dry-icon-power-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 7v5M8 9a5 5 0 1 0 8 0m6 3c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z' })] }));
//# sourceMappingURL=Power02.js.map