UNPKG

@astraicons/vue

Version:

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

33 lines (32 loc) 946 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("path", { d: "M18.5 18c0-1.933-1.067-3-3-3h-7c-1.933 0-3 1.567-3 3.5", opacity: ".4" }), _createElementVNode("circle", { cx: "12", cy: "10", r: "3", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M15 4.497h2.994m-1.498 1.497V3", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M19.278 6.706a9 9 0 1 1-6.151-3.635" }) ])) }