UNPKG

@astraicons/vue

Version:

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

28 lines (27 loc) 909 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: "12", r: "9", "stroke-linecap": "round" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M12 9V6" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M9.889 12H9.11C8.497 12 8 12.498 8 13.111v1.778C8 15.503 8.497 16 9.111 16h.778c.614 0 1.111-.498 1.111-1.111V13.11C11 12.497 10.502 12 9.889 12M13 16v-4l3 4v-4" }) ])) }