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.12 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: "M21 7.636V16.5a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5v-9A4.5 4.5 0 0 1 7.5 3H15" }), _createElementVNode("path", { d: "m15.672 3.097 5.212 4.343c.248.207.072.56-.278.56h-5.213C15.176 8 15 7.853 15 7.672V3.328c0-.292.424-.438.672-.231Z" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M8 9V3M8 5H7M9 6H8M8 7H7M9 8H8" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M6.504 12.5h3.333l-3.333 6h3.333M11.838 12.5v6M13.838 18.5v-6h2.667c.736 0 1.333.597 1.333 1.333v.901c0 .737-.597 1.334-1.333 1.334h-2.267" }) ])) }