UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.59 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphTicTacToe = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphTicTacToe = function GYSiGlyphTicTacToe(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-tic-tac-toe", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M13.492 9.019a3.47 3.47 0 1 0 .001 6.94 3.47 3.47 0 0 0-.001-6.94Zm.041 6.098a2.619 2.619 0 0 1-2.629-2.609 2.62 2.62 0 0 1 2.629-2.609c1.453 0 2.632 1.169 2.632 2.609 0 1.441-1.179 2.609-2.632 2.609ZM4.512.079a3.427 3.427 0 1 0 .002 6.854A3.427 3.427 0 0 0 4.512.079Zm0 6.016a2.589 2.589 0 0 1 0-5.176 2.59 2.59 0 0 1 2.589 2.587 2.591 2.591 0 0 1-2.589 2.589ZM8.006 9.97 7.1 9.063l-2.56 2.561-2.561-2.561-.907.907 2.561 2.561-2.561 2.559.907.906 2.561-2.558 2.56 2.558.906-.906-2.56-2.559 2.56-2.561ZM17.057.926l-.912-.913-2.577 2.577L10.992.013l-.911.913 2.576 2.576-2.576 2.574.911.912 2.576-2.575 2.577 2.575.912-.912-2.576-2.574L17.057.926Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphTicTacToe = GYSiGlyphTicTacToe;