UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.16 kB
"use strict"; 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 Atom2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-atom-2", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 8a4 4 0 11-3.995 4.2L8 12l.005-.2A4 4 0 0112 8zM12 20a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L11 21a1 1 0 011-1zM3 8a1 1 0 01.993.883L4 9.01a1 1 0 01-1.993.117L2 9a1 1 0 011-1zM21 8a1 1 0 01.993.883L22 9.01a1 1 0 01-1.993.117L20 9a1 1 0 011-1zM2.89 12.006a1 1 0 011.104.884 8 8 0 004.444 6.311A1 1 0 117.562 21a10 10 0 01-5.556-7.89 1 1 0 01.884-1.103zM20.993 12l.117.006a1 1 0 01.884 1.104 10 10 0 01-5.556 7.889 1 1 0 11-.876-1.798 8 8 0 004.444-6.31 1 1 0 01.987-.891zM5.567 4.226a10 10 0 0112.666 0 1 1 0 11-1.266 1.548 8 8 0 00-10.134 0 1 1 0 11-1.266-1.548z" })); exports.default = Atom2;