UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.31 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCircleLoadLeft = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCircleLoadLeft = function GYSiGlyphCircleLoadLeft(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-circle-load-left", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M15.947 8.379c-.075-4.122-3.351-7.412-7.303-7.337-3.917.073-6.853 2.89-6.83 6.964H.204c-.217.22-.217.876 0 1.096l1.911 1.758a.546.546 0 0 0 .785 0l1.92-1.758c.219-.22.219-.876 0-1.096H3.204C3.18 4.668 5.462 2.461 8.67 2.402c3.232-.062 5.912 2.63 5.975 6.002.062 3.322-2.445 6.077-5.613 6.216v1.361c3.898-.139 6.991-3.521 6.915-7.602Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCircleLoadLeft = GYSiGlyphCircleLoadLeft;