iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Atom = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M196.12 128c24.65-34.61 37.22-70.38 19.74-87.86S162.61 35.23 128 59.88C93.39 35.23 57.62 22.66 40.14 40.14S35.23 93.39 59.88 128c-24.65 34.61-37.22 70.38-19.74 87.86 5.63 5.63 13.15 8.14 21.91 8.14 18.48 0 42.48-11.17 66-27.88C151.47 212.83 175.47 224 194 224c8.76 0 16.29-2.52 21.91-8.14 17.43-17.48 4.86-53.25-19.79-87.86zm8.43-76.55c7.64 7.64 2.48 32.4-18.52 63.28a300.33 300.33 0 00-21.19-23.57A300.33 300.33 0 00141.27 70c30.88-21 55.64-26.2 63.28-18.55zM176.29 128a289.14 289.14 0 01-22.76 25.53A289.14 289.14 0 01128 176.29a289.14 289.14 0 01-25.53-22.76A289.14 289.14 0 0179.71 128 298.62 298.62 0 01128 79.71a289.14 289.14 0 0125.53 22.76A289.14 289.14 0 01176.29 128zM51.45 51.45c2.2-2.21 5.83-3.35 10.62-3.35 11.82 0 30.69 6.9 52.65 21.9a304 304 0 00-23.56 21.16A300.33 300.33 0 0070 114.73C49 83.85 43.81 59.09 51.45 51.45zm0 153.1c-7.64-7.64-2.45-32.4 18.55-63.28a300.33 300.33 0 0021.19 23.57A304.18 304.18 0 00114.73 186c-30.88 21-55.64 26.2-63.28 18.55zm153.1 0c-7.64 7.65-32.4 2.48-63.28-18.52a304.18 304.18 0 0023.57-21.19A300.33 300.33 0 00186 141.27c21 30.88 26.19 55.64 18.55 63.28zM140 128a12 12 0 11-12-12 12 12 0 0112 12z" }));
exports.default = Atom;