UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

32 lines (31 loc) 809 B
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue" export default function render(_ctx, _cache) { return (_openBlock(), _createElementBlock("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("circle", { cx: "12", cy: "5", r: "2", transform: "rotate(90 12 5)" }), _createElementVNode("circle", { cx: "12", cy: "12", r: "2", opacity: ".4", transform: "rotate(90 12 12)" }), _createElementVNode("circle", { cx: "12", cy: "19", r: "2", transform: "rotate(90 12 19)" }) ])) }