UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

14 lines (10 loc) 727 B
'use strict'; var React = require('react'); var SvgGaugeMinor = function SvgGaugeMinor(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M13.611 4.115a1 1 0 0 0-.924.608l-2.355 5.492a3 3 0 1 0 1.803.873l2.39-5.578a1 1 0 0 0-.914-1.395zm-3.611.082a8 8 0 0 0-7.938 7.002c-.068.548.386.998.938.998.552 0 .991-.451 1.082-.996a6.002 6.002 0 0 1 6.854-4.931l.806-1.883a8.026 8.026 0 0 0-1.742-.19zm5.31 2.018-.845 1.974a5.977 5.977 0 0 1 1.453 3.012c.091.545.53.996 1.082.996s1.006-.45.938-.998a7.982 7.982 0 0 0-2.627-4.984zm-5.31 5.982a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" })); }; exports.SvgGaugeMinor = SvgGaugeMinor;