UNPKG

@astraicons/vue

Version:

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

25 lines (24 loc) 869 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("rect", { width: "20", height: "16", x: "2", y: "4", rx: "4.5" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M5 9.5v3.889c0 .614.497 1.111 1.111 1.111h1.111c.614 0 1.111-.498 1.111-1.111V9.5M10.334 9.5v5M13.668 9.5v5M13.667 12h-3.333M15.668 14.5v-5h2.222c.614 0 1.111.497 1.111 1.111v2.778c0 .614-.497 1.111-1.11 1.111z" }) ])) }