UNPKG

@icongo/li

Version:
14 lines 582 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var LIGameDiceOne = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props, { children: /*#__PURE__*/_jsx("path", { d: "M11.286 1H2.714C1.767 1 1 1.767 1 2.714v8.572C1 12.233 1.767 13 2.714 13h8.572c.947 0 1.714-.767 1.714-1.714V2.714C13 1.767 12.233 1 11.286 1ZM7 7.857a.857.857 0 1 1 0-1.714.857.857 0 0 1 0 1.714Z" }) })); export { LIGameDiceOne };