UNPKG

@astraicons/vue

Version:

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

17 lines (16 loc) 733 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", d: "M3 7v10a4 4 0 0 0 4 4h5a2 2 0 0 0 2-2v-1a1 1 0 1 1 2 0v1a2 2 0 0 0 2 2h.5a2.5 2.5 0 0 0 2.5-2.5v-13A2.5 2.5 0 0 0 18.5 3H18a2 2 0 0 0-2 2v1a1 1 0 1 1-2 0V5a2 2 0 0 0-2-2H7a4 4 0 0 0-4 4ZM15 11V9M15 15v-2M6.75 10.25h4.5M6.75 13.25h1.5" }) ])) }