UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 878 B
"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 Instatus = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.994 21.028a9.651 9.651 0 005.056-9.564 37.124 37.124 0 00-3.87 3.69c-2.066 2.27-3.748 4.657-4.996 6.983a9.614 9.614 0 003.81-1.109zM3.6 18.465c-1.34 1.82-2.377 4.5-1.303 5.307 1.515 1.14 8.404-2.013 13.908-8.805S23.53 1.17 21.084.094c-1.129-.497-3.486 1.083-4.84 2.394l.585.314c1.332-.852 3.552-1.733 1.499 1.976l-.03.053A9.65 9.65 0 007.92 4c-4.703 2.506-6.484 8.35-3.978 13.052a9.623 9.623 0 002.266 2.816c-3.559 2.75-2.69.36-2.193-.816z" })); exports.default = Instatus;