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