UNPKG

@astraicons/vue

Version:

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

22 lines (21 loc) 1.01 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: "M14.5 3h-7A4.5 4.5 0 0 0 3 7.5v9A4.5 4.5 0 0 0 7.5 21h9a4.5 4.5 0 0 0 4.5-4.5V9.188" }), _createElementVNode("path", { d: "M13.667 12.556H15.5a1.5 1.5 0 0 1 1.5 1.5V15.5a1.5 1.5 0 0 1-1.5 1.5h-1.833m0-4.444V8.5a1.5 1.5 0 0 0-1.5-1.5h-.334a1.5 1.5 0 0 0-1.5 1.5V10m3.334 2.556V17m-3.334-7H8.5A1.5 1.5 0 0 0 7 11.5v4.944c0 .307.249.556.556.556h2.777m0-7v7m3.334 0h-3.334" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M16.451 4s.697 1.413 1.55 2.1c.906.73 2.45.9 2.45.9" }) ])) }