UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 1.05 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Dice = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 224 224", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Dice-b{fill:white;}` }) }), _jsx("path", { className: "Dice-b", d: "M224,39v175c0,5.5-4.5,10-10,10H39c-5.5,0-10-4.5-10-10V39c0-5.5,4.5-10,10-10h175c5.5,0,10,4.5,10,10ZM195,22v-12c0-5.5-4.5-10-10-10H10C4.5,0,0,4.5,0,10v175c0,5.5,4.5,10,10,10h12V40c0-9.9,8.1-18,18-18h155ZM76.2,58.4c-9.7,0-17.5,7.8-17.5,17.5s7.8,17.5,17.5,17.5,17.5-7.8,17.5-17.5-7.8-17.5-17.5-17.5ZM173.3,93.4c9.7,0,17.5-7.8,17.5-17.5s-7.8-17.5-17.5-17.5-17.5,7.8-17.5,17.5,7.8,17.5,17.5,17.5ZM76.2,155.8c-9.7,0-17.5,7.8-17.5,17.5s7.8,17.5,17.5,17.5,17.5-7.8,17.5-17.5-7.8-17.5-17.5-17.5ZM173.3,155.8c-9.7,0-17.5,7.8-17.5,17.5s7.8,17.5,17.5,17.5,17.5-7.8,17.5-17.5-7.8-17.5-17.5-17.5ZM126.7,109c-9.7,0-17.5,7.8-17.5,17.5s7.8,17.5,17.5,17.5,17.5-7.8,17.5-17.5-7.8-17.5-17.5-17.5Z" })] })); export default Dice; //# sourceMappingURL=Dice.js.map