UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.74 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 AtomThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M211.89 162.47A195.58 195.58 0 00191.36 128a195.58 195.58 0 0020.53-34.47c10.38-23.06 10.81-41 1.21-50.63s-27.57-9.17-50.63 1.21A195.58 195.58 0 00128 64.64a195.58 195.58 0 00-34.47-20.53C70.47 33.73 52.49 33.3 42.9 42.9s-9.17 27.57 1.21 50.63A195.58 195.58 0 0064.64 128a195.58 195.58 0 00-20.53 34.47c-10.38 23.06-10.81 41-1.21 50.63 4.6 4.6 11.1 6.9 19.22 6.9 8.78 0 19.41-2.71 31.41-8.11A195.58 195.58 0 00128 191.36a195.58 195.58 0 0034.47 20.53c12 5.4 22.63 8.11 31.41 8.11 8.09 0 14.62-2.3 19.22-6.9 9.6-9.59 9.17-27.57-1.21-50.63zm-4.44-113.92c10.27 10.28 3.14 39.05-21.1 72.84A301 301 0 00162 94a301 301 0 00-27.43-24.31c33.83-24.29 62.6-31.42 72.88-21.14zm-26 79.45a293.16 293.16 0 01-25 28.38 291.82 291.82 0 01-28.38 25 291.82 291.82 0 01-28.38-25 293.16 293.16 0 01-25-28.38A302.36 302.36 0 01128 74.58a295.83 295.83 0 0128.37 25A293.16 293.16 0 01181.41 128zM48.55 48.55c3.05-3 7.71-4.55 13.64-4.55 14.11 0 35.41 8.59 59.19 25.65a304.89 304.89 0 00-51.73 51.74C45.41 87.6 38.28 58.83 48.55 48.55zm0 158.9c-10.27-10.28-3.14-39 21.1-72.84A301 301 0 0094 162a301 301 0 0027.43 24.31c-33.83 24.28-62.6 31.41-72.88 21.14zm158.9 0c-10.28 10.27-39 3.14-72.84-21.1A301 301 0 00162 162a301 301 0 0024.31-27.43c24.28 33.83 31.41 62.6 21.14 72.88zM136 128a8 8 0 11-8-8 8 8 0 018 8z" })); exports.default = AtomThin;