iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.59 kB
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 Gauge1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.5 14.31a8.501 8.501 0 00-.793-3.583l-1.054.609a.75.75 0 11-.75-1.3l1.055-.608a8.501 8.501 0 00-6.208-3.584V7.06a.75.75 0 01-1.5 0V5.844a8.5 8.5 0 00-6.207 3.583l1.054.609a.75.75 0 01-.75 1.3l-1.054-.61a8.5 8.5 0 000 7.168l1.052-.607a.75.75 0 11.75 1.299l-1.732 1a.75.75 0 01-1.044-.312 10 10 0 1117.34.04.75.75 0 01-1.076.241l-1.68-.97a.75.75 0 01.75-1.299l1.054.609a8.502 8.502 0 00.793-3.584z", fill: "#323544" }),
React.createElement("path", { d: "M12 10.186l.664-.35a.75.75 0 00-1.327 0l.663.35z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 10.186l-.663-.35-.001.003-.004.007-.014.026-.05.098a37.013 37.013 0 00-.726 1.483c-.198.43-.402.899-.558 1.323-.142.387-.289.85-.289 1.215a2.305 2.305 0 104.61 0c0-.365-.146-.828-.289-1.215-.155-.424-.359-.893-.557-1.323a36.959 36.959 0 00-.726-1.483l-.05-.098-.014-.026-.004-.007-.001-.003-.664.35zm-.096 1.894l.096-.207.097.207c.19.414.375.842.511 1.213.068.185.12.346.155.478a1.816 1.816 0 01.042.22.805.805 0 01-1.61 0l.001-.015a1.823 1.823 0 01.041-.206c.035-.13.087-.292.155-.477.136-.37.321-.799.512-1.213z", fill: "#323544" }));
exports.default = Gauge1;