UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.76 kB
const React = require("react"); function DiceIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M2 6.443v7.807c0 .273.148.524.387.656l6.863 3.787v-8.25zM3.799 8.9c.378-.015.814.264 1.084.73.345.599.286 1.279-.133 1.52-.419.242-1.038-.046-1.383-.644s-.286-1.28.133-1.522a.646.646 0 0 1 .299-.084Zm3 1.75c.378-.015.814.264 1.084.73.345.599.286 1.279-.133 1.52-.419.242-1.038-.046-1.383-.644s-.286-1.28.133-1.522a.646.646 0 0 1 .299-.084Zm-3 1.5c.378-.015.814.264 1.084.73.345.599.286 1.279-.133 1.52-.419.242-1.038-.046-1.383-.644s-.286-1.28.133-1.522a.646.646 0 0 1 .299-.084Zm3 1.75c.378-.015.814.264 1.084.73.345.599.286 1.279-.133 1.52-.419.242-1.038-.046-1.383-.644s-.286-1.28.133-1.522a.646.646 0 0 1 .299-.084ZM18 6.443l-7.25 4v8.25l6.861-3.787A.75.75 0 0 0 18 14.25Zm-4.844 4.207a.652.652 0 0 1 .344.084c.419.242.478.924.133 1.522s-.964.886-1.383.644c-.419-.241-.478-.921-.133-1.52.26-.448.672-.722 1.04-.73zm3 1.5a.652.652 0 0 1 .344.084c.419.242.478.924.133 1.522s-.964.886-1.383.644c-.419-.241-.478-.921-.133-1.52.26-.448.672-.722 1.04-.73zM10 1a.754.754 0 0 0-.363.094L2.523 5.018 10 9.143l7.477-4.125-7.116-3.924A.746.746 0 0 0 10 1Zm0 3.197a1.25.875 0 0 1 1.25.875 1.25.875 0 0 1-1.25.875 1.25.875 0 0 1-1.25-.875A1.25.875 0 0 1 10 4.197z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(DiceIcon); module.exports = ForwardRef;