UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.19 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 Cesium = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M23.028 10.216c-.396 0-.778.22-1.079.617l-3.775 4.994c-.625.827-1.513 1.301-2.436 1.301h-.014c-.924 0-1.812-.474-2.436-1.301l-3.775-4.994c-.3-.397-.682-.617-1.08-.617-.395 0-.78.22-1.078.617l-3.777 4.994c-.62.82-1.5 1.294-2.414 1.301C3.088 21.186 7.211 24 12 24c6.627 0 12-5.372 12-11.999a12 12 0 00-.086-1.382c-.264-.26-.57-.403-.886-.403M16.01 7.619a1.254 1.254 0 110-2.507 1.254 1.254 0 010 2.507M12.001 0C5.373 0 0 5.371 0 12.001c0 1.054.15 2.07.406 3.046.227.175.479.276.737.276.398 0 .78-.218 1.08-.613L6 9.714c.623-.829 1.513-1.302 2.434-1.302.922 0 1.81.473 2.435 1.302l3.633 4.803.156.193c.3.394.681.61 1.074.613.392-.003.774-.22 1.072-.613l.16-.193 3.632-4.803c.624-.829 1.512-1.302 2.433-1.302.147 0 .294.016.437.038C21.952 3.556 17.392 0 12.001 0" })); exports.default = Cesium;