open-icon
Version:
Open Icon
4 lines (3 loc) • 517 B
text/typescript
const IconThreeDotsVertical = `<svg id="three-dots-vertical" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><circle cx="36" cy="36" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><circle cx="36" cy="56.25" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><circle cx="36" cy="15.75" r="6.75" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/></svg>`;
export default IconThreeDotsVertical;
export { IconThreeDotsVertical }