UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 647 B
// lib/icons/dice4.ts var IconDice4 = `<svg id="dice-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><circle cx="20.25" cy="20.25" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><circle cx="51.75" cy="20.25" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><circle cx="20.25" cy="51.75" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><circle cx="51.75" cy="51.75" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/></svg>`; var dice4_default = IconDice4; export { IconDice4, dice4_default as default };