open-icon
Version:
Open Icon
8 lines (7 loc) • 497 B
JavaScript
// lib/icons/two-dots-horizontal.ts
var IconTwoDotsHorizontal = `<svg id="dice-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><circle cx="25.88" cy="36" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><circle cx="46.12" cy="36" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/></svg>`;
var two_dots_horizontal_default = IconTwoDotsHorizontal;
export {
IconTwoDotsHorizontal,
two_dots_horizontal_default as default
};