UNPKG

@astraicons/vue

Version:

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

18 lines (17 loc) 678 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", "stroke-linejoin": "round", d: "M20.901 12c0 4.968-4.032 9-9 9s-8-5.004-8-5.004m0 0h4.067m-4.068 0v4.5M3 11.72c0-4.969 3.996-9 9-9 6.003 0 9 5.003 9 5.003m0 0v-4.5m0 4.5h-3.996" }) ])) }