iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 776 B
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 AtThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 28a100 100 0 000 200c20.76 0 42.52-6.23 58.21-16.66a4 4 0 10-4.43-6.67C167.35 214.27 147.24 220 128 220a92 92 0 1192-92c0 31.32-15 36-24 36s-24-4.68-24-36V88a4 4 0 00-8 0v14.75a44 44 0 102.82 45.94C171.46 163.58 181.66 172 196 172c20 0 32-16.45 32-44A100.11 100.11 0 00128 28zm0 136a36 36 0 1136-36 36 36 0 01-36 36z" }));
exports.default = AtThin;