UNPKG

@astraicons/vue

Version:

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

33 lines (32 loc) 1.03 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: "M17.5 5.5h1M18 6v14M6 6v14M5.5 5.5h1" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M9 5.5V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1.5", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M9 13.503h6m-3.002 3v-6", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M7 21h10a4 4 0 0 0 4-4V9a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v8a4 4 0 0 0 4 4Z", opacity: ".4" }) ])) }