@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 643 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Fingerprint01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "fingerprint-01" }), _jsx("path", { className: 'dry-icon-fingerprint-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6.918 3.386A9.954 9.954 0 0 1 12 2c5.523 0 10 4.477 10 10v.1M3.38 6.925A9.954 9.954 0 0 0 2 12c0 4.66 3.187 8.575 7.5 9.685m11.208-4.764a10.02 10.02 0 0 1-6.208 4.764m-.41-15.311A6 6 0 0 0 6.377 14.1m11.247-4.192a6 6 0 0 1-7.701 7.723M12 10v4' })] }));
//# sourceMappingURL=Fingerprint01.js.map