UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 962 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 Gauge = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.226 3.113V2c7.235.287 13.038 6.09 13.325 13.325h-1.113c-.286-6.62-5.591-11.927-12.212-12.212zm0 3.866V5.866a.556.556 0 0 1 1.112 0v1.113a.556.556 0 0 1-1.112 0zm3.735 4.595a.53.53 0 0 1 0 .75L4.226 16.06v.935c0 .307-.25.556-.557.556H2.557A.556.556 0 0 1 2 16.994v-1.113c0-.307.249-.557.557-.557h.9l3.752-3.75a.53.53 0 0 1 .752 0zm1.962-1.406a.49.49 0 0 1 0-.693l.693-.693a.49.49 0 1 1 .693.693l-.693.693a.49.49 0 0 1-.693 0zm2.648 5.157a.556.556 0 1 1 0-1.113h1.113a.556.556 0 1 1 0 1.113H12.57z", fill: "#000", fillRule: "evenodd" })); exports.default = Gauge;