UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.85 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCircleDrashed = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCircleDrashed = function GYSiGlyphCircleDrashed(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-drashed", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M2.922 7.984c0-.385.04-.76.108-1.124l-.841-.319a6.94 6.94 0 0 0-.152 1.443c0 .671.101 1.317.277 1.932l.818-.369a6.102 6.102 0 0 1-.21-1.563Zm7.549 5.892A6.05 6.05 0 0 1 9 14.064c-.422 0-.834-.044-1.231-.126l-.315.83c.498.114 1.015.18 1.547.18.637 0 1.252-.094 1.839-.254l-.369-.818Zm-6.75-8.892a6.132 6.132 0 0 1 1.844-2.01l-.367-.816a7.015 7.015 0 0 0-2.317 2.508l.84.318ZM14.21 11.1a6.114 6.114 0 0 1-1.904 1.979l.365.812a7.004 7.004 0 0 0 2.378-2.472l-.839-.319Zm-10.255.271-.811.365a7.006 7.006 0 0 0 2.445 2.312l.318-.84a6.121 6.121 0 0 1-1.952-1.837Zm3.424-9.238A6.027 6.027 0 0 1 9 1.906c.394 0 .777.041 1.149.112l.318-.839a6.92 6.92 0 0 0-3.457.135l.369.819Zm6.684 2.495.812-.365a7.01 7.01 0 0 0-2.534-2.385l-.318.84a6.105 6.105 0 0 1 2.04 1.91Zm1.63 1.46-.816.367c.127.49.202 1 .202 1.529 0 .432-.048.852-.132 1.258l.83.314a6.965 6.965 0 0 0 .186-1.572 6.9 6.9 0 0 0-.27-1.896Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCircleDrashed = GYSiGlyphCircleDrashed;