UNPKG

@astraicons/vue

Version:

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

21 lines (20 loc) 752 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", { "stroke-linecap": "round", d: "M12 21v-3M5 11.081v.05A6.87 6.87 0 0 0 11.87 18h.211A6.92 6.92 0 0 0 19 11.081V11" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M7.5 7.5a4.5 4.5 0 0 1 9 0V11a4.5 4.5 0 1 1-9 0zM8.4 21h7.2M8 6h3.5M8 9h3.5M8 12h3.5" }) ])) }