UNPKG

@astraicons/vue

Version:

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

23 lines (22 loc) 797 B
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue") module.exports = 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: "11.5", cy: "17.5", r: "1.5" }), _createElementVNode("path", { d: "M9 14.5c.065.826-.593 1.207-.822 1.898a3.5 3.5 0 1 0 6.708.217C14.702 15.91 14 15.871 14 15v-3.5m-5 3.223V5.5a2.5 2.5 0 0 1 5 0v1" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M11.5 16v-4M14 12v-2M14 7.5V6" }) ])) }