UNPKG

@astraicons/vue

Version:

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

19 lines (18 loc) 783 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: "M9 18c.674-3.258 5.326-3.258 6 0", opacity: ".4" }), _createElementVNode("path", { d: "M3 11.996c0-1.745.725-3.4 1.979-4.516l3.5-3.117c2.04-1.817 5.002-1.817 7.042 0l3.5 3.117C20.275 8.597 21 10.251 21 11.996v3.125C21 18.368 18.538 21 15.5 21h-7C5.462 21 3 18.368 3 15.121z" }) ])) }