UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.73 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Gauge64 = (_a) => { var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M28.473 6.745a25.5 25.5 0 0 1 12.04 1.218 1.5 1.5 0 1 1-1.002 2.828A22.5 22.5 0 0 0 9.5 32.118a1.5 1.5 0 1 1-3 .015A25.5 25.5 0 0 1 28.472 6.745Zm23.254 5.528a1.5 1.5 0 0 1 0 2.121L37.775 28.346a6.833 6.833 0 1 1-2.121-2.121l13.952-13.952a1.5 1.5 0 0 1 2.121 0ZM10.465 42.7a1.5 1.5 0 0 1 2.05.549c.235.408.483.809.744 1.201a1.5 1.5 0 0 1-2.498 1.66 25.472 25.472 0 0 1-.845-1.361 1.5 1.5 0 0 1 .55-2.049Zm10.285 8.785a1.5 1.5 0 0 0-1.5 2.598c.463.267.933.52 1.412.757a1.5 1.5 0 0 0 1.334-2.688 22.49 22.49 0 0 1-1.246-.667Zm14.254 4.373a1.5 1.5 0 0 1-1.403 1.59 25.15 25.15 0 0 1-1.601.051 1.5 1.5 0 0 1 0-3c.471 0 .942-.015 1.413-.044a1.5 1.5 0 0 1 1.591 1.402Zm11.108-2.62a1.5 1.5 0 0 0-1.66-2.498c-.393.26-.794.509-1.202.745a1.5 1.5 0 1 0 1.5 2.598c.463-.267.917-.549 1.361-.845Zm8.052-11.911a1.5 1.5 0 0 1 .677 2.01c-.238.479-.49.95-.757 1.412a1.5 1.5 0 1 1-2.598-1.5c.235-.408.458-.824.668-1.246a1.5 1.5 0 0 1 2.01-.676Zm1.828-17.966a1.5 1.5 0 0 0-2.822 1.016A22.498 22.498 0 0 1 54.5 32a1.5 1.5 0 0 0 3 0c0-2.945-.51-5.867-1.508-8.638ZM28.168 32a3.833 3.833 0 1 1 7.666 0 3.833 3.833 0 0 1-7.666 0Z" }))); }; exports.default = Gauge64;