UNPKG

@icongo/gy

Version:
17 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var GYSiGlyphTicTacToe = props => /*#__PURE__*/_jsx("svg", _extends({ 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__*/_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" }) })); export { GYSiGlyphTicTacToe };