UNPKG

@astraicons/vue

Version:

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

31 lines (30 loc) 1.13 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", { d: "M21 16.5V9a4 4 0 0 0-4-4H7.5A4.5 4.5 0 0 0 3 9.5v7A4.5 4.5 0 0 0 7.5 21h9a4.5 4.5 0 0 0 4.5-4.5Z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M6 9.02V9" }), _createElementVNode("path", { d: "M15.817 3c.088 0 .173.034.235.095l1.199 1.172.6.586L18 5l.25.25M15.886 3h-2.703a.34.34 0 0 0-.236.095L11.75 4.267l-.6.586L11 5" }), _createElementVNode("ellipse", { cx: "13.564", cy: "12.999", "stroke-width": "1.5", rx: "4.716", ry: "4.851" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M15.719 13.234A1.795 1.795 0 0 0 14.514 11" }) ])) }