@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.57 kB
JavaScript
;
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 Gauge32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M14.202 3.125a13 13 0 0 1 6.138.62 1 1 0 1 1-.668 1.886A11 11 0 0 0 5 16.058a1 1 0 0 1-2 .01A13 13 0 0 1 14.202 3.125ZM26.04 5.96a1 1 0 0 1 0 1.414l-6.838 6.838a3.667 3.667 0 1 1-1.414-1.414l6.838-6.838a1 1 0 0 1 1.414 0ZM5.108 21.134a1 1 0 0 1 1.366.366c.115.2.236.395.364.587a1 1 0 1 1-1.666 1.107c-.15-.227-.294-.458-.43-.694a1 1 0 0 1 .366-1.366Zm5.392 4.392a1 1 0 1 0-1 1.732 13 13 0 0 0 .72.386 1 1 0 0 0 .889-1.791c-.206-.103-.41-.212-.609-.327Zm7.252 2.387a1 1 0 0 1-.936 1.061A13 13 0 0 1 16 29a1 1 0 1 1 0-2c.23 0 .46-.007.69-.022a1 1 0 0 1 1.061.935Zm5.442-1.085a1 1 0 0 0-1.107-1.666c-.192.128-.387.25-.587.364a1 1 0 1 0 1 1.732c.236-.136.467-.28.694-.43Zm4-6.388a1 1 0 0 1 .45 1.34c-.12.244-.25.484-.386.72a1 1 0 1 1-1.732-1c.116-.2.224-.403.327-.609a1 1 0 0 1 1.34-.451Zm1.037-8.844a1 1 0 1 0-1.881.678A11 11 0 0 1 27 16a1 1 0 1 0 2 0c0-1.501-.26-2.991-.769-4.404ZM14.333 16a1.667 1.667 0 1 1 3.334 0 1.667 1.667 0 0 1-3.334 0Z" })));
};
exports.default = Gauge32;