UNPKG

@icongo/li

Version:
23 lines (22 loc) 2.18 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGamePokerChip = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGamePokerChip = function LIGamePokerChip(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1zm2.989 1.558-.383.565a4.644 4.644 0 0 0-1.713-.708l.135-.67a5.29 5.29 0 0 1 1.96.813ZM7.31 9.663v.697h-.566v-.694a1.86 1.86 0 0 1-1.07-.465c-.286-.266-.417-.656-.407-1.171l.014-.018h1c0 .324.073.539.217.674a.769.769 0 0 0 .55.204c.212 0 .376-.057.49-.17a.62.62 0 0 0 .17-.458.661.661 0 0 0-.164-.464c-.109-.12-.295-.23-.56-.333-.52-.19-.905-.401-1.157-.634-.252-.233-.377-.562-.377-.985 0-.394.116-.716.367-.968.252-.251.603-.4 1.008-.444v-.753h.566v.76c.405.06.741.233.977.516.235.284.353.647.348 1.099l-.008.013h-1c0-.283-.057-.485-.17-.635a.55.55 0 0 0-.466-.223c-.201 0-.351.06-.45.175a.691.691 0 0 0-.147.463c0 .182.052.33.156.444.104.114.296.226.574.336.518.203.901.421 1.15.653.25.232.375.556.375.973 0 .407-.137.732-.387.976s-.587.387-1.033.432ZM5.972 1.746l.13.67a4.645 4.645 0 0 0-1.712.71l-.379-.568a5.29 5.29 0 0 1 1.961-.812ZM2.558 4.01l.565.383a4.644 4.644 0 0 0-.708 1.712l-.67-.134a5.29 5.29 0 0 1 .813-1.96Zm0 5.978a5.29 5.29 0 0 1-.812-1.961l.67-.13c.121.624.367 1.204.71 1.713l-.568.378Zm1.453 1.453.383-.565a4.644 4.644 0 0 0 1.713.708l-.135.67a5.29 5.29 0 0 1-1.96-.813Zm4.017.812-.13-.67a4.645 4.645 0 0 0 1.713-.71l.378.568a5.29 5.29 0 0 1-1.961.812Zm3.414-2.265-.565-.383a4.644 4.644 0 0 0 .708-1.713l.67.135a5.29 5.29 0 0 1-.813 1.96zm.142-3.887a4.645 4.645 0 0 0-.71-1.713l.568-.378a5.29 5.29 0 0 1 .812 1.961l-.67.13z" }) })); }; exports.LIGamePokerChip = LIGamePokerChip;