UNPKG

@astraicons/vue

Version:

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

27 lines (26 loc) 1.02 kB
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: "M16.5 18h1a3.5 3.5 0 0 0 3.5-3.5v-7A4.5 4.5 0 0 0 16.5 3H12" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M10 21c-.36 0-.693-.182-.87-.476a.89.89 0 0 1 .013-.945l2-3.124c.18-.282.505-.455.857-.455.351 0 .677.173.858.455l2 3.125c.185.29.19.65.012.944-.177.294-.51.476-.87.476z", "clip-rule": "evenodd" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M7.5 18h-1A3.5 3.5 0 0 1 3 14.5v-7A4.5 4.5 0 0 1 7.5 3H12" }) ])) }