@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 462 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Percent02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "percent-02" }), _jsx("path", { className: 'dry-icon-percent-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M19 5 5 19M9 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 10a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z' })] }));
//# sourceMappingURL=Percent02.js.map