iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 816 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 Celestron = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 .002c-6.627 0-12 5.371-12 12 0 6.628 5.373 11.996 12 11.996 1.745 0 3.403-.37 4.898-1.041-6.14-1.718-14.62-5.632-13.648-13.426.64-5.134 7.215-8.46 13.805-8.414A11.933 11.933 0 0012 .002zm5.43 1.844c-5.092-.05-9.306 2.04-9.688 5.556-.604 5.596 7.155 8.809 11.844 10.141.906.26 1.897.42 2.768.523A11.946 11.946 0 0024 12.002a12 12 0 00-5.541-10.117 18.675 18.675 0 00-1.03-.04z" }));
exports.default = Celestron;