iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 767 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 AtLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 26a102 102 0 000 204c21.13 0 43.31-6.35 59.32-17a6 6 0 00-6.65-10c-13.9 9.25-34.09 15-52.67 15a90 90 0 1190-90c0 29.58-13.78 34-22 34s-22-4.42-22-34V88a6 6 0 00-12 0v9a46 46 0 104.34 56.32C171.76 166.6 182 174 196 174c21.29 0 34-17.2 34-46A102.12 102.12 0 00128 26zm0 136a34 34 0 1134-34 34 34 0 01-34 34z" }));
exports.default = AtLight;