UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.61 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphPercent = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphPercent = function GYSiGlyphPercent(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-percent", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M4.541.068c-1.91 0-3.458 1.77-3.458 3.954s1.548 3.955 3.458 3.955C6.451 7.977 8 6.206 8 4.022S6.451.068 4.541.068Zm-.042 5.994c-.892 0-1.615-.938-1.615-2.095 0-1.155.724-2.093 1.615-2.093.894 0 1.616.938 1.616 2.093 0 1.158-.722 2.095-1.616 2.095Zm9.025 1.989c-1.901 0-3.441 1.77-3.441 3.954s1.54 3.955 3.441 3.955c1.899 0 3.44-1.771 3.44-3.955s-1.54-3.954-3.44-3.954Zm-.047 6.043c-.885 0-1.602-.934-1.602-2.089 0-1.153.717-2.088 1.602-2.088.885 0 1.602.935 1.602 2.088-.001 1.155-.718 2.089-1.602 2.089Zm-8.743 1.898a.68.68 0 0 1-.341-.092.666.666 0 0 1-.244-.919L12.646.365a.682.682 0 0 1 .594-.339.7.7 0 0 1 .344.091c.325.188.434.6.243.919L5.331 15.652a.688.688 0 0 1-.597.34Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphPercent = GYSiGlyphPercent;