@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 727 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Atom01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "atom-01" }), _jsx("path", { className: 'dry-icon-atom-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M11 11h.01m3.525 3.536c-4.686 4.686-10.068 6.902-12.02 4.95-1.953-1.953.263-7.335 4.949-12.021 4.686-4.687 10.068-6.903 12.02-4.95 1.953 1.952-.263 7.334-4.949 12.02Zm0-7.072c4.686 4.687 6.902 10.069 4.95 12.021-1.953 1.953-7.335-.263-12.021-4.95C2.778 9.85.562 4.468 2.514 2.516c1.953-1.953 7.335.263 12.021 4.95ZM11.499 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z' })] }));
//# sourceMappingURL=Atom01.js.map