UNPKG

@astraicons/vue

Version:

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

12 lines (11 loc) 1.19 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", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { d: "M16.5 3.25c2.9 0 5.25 2.35 5.25 5.25v7c0 2.9-2.35 5.25-5.25 5.25H4A1.75 1.75 0 0 1 2.25 19V8.5c0-2.9 2.35-5.25 5.25-5.25zM7.979 8q-.949 0-1.465.504t-.516 1.44v.408q0 .263.252.264h1.02q.252 0 .252-.264v-.384q0-.372.156-.528.156-.167.54-.168h.42q.396 0 .564.168.18.156.18.528v.36q0 .516-.54.96L6.634 13.16q-.588.48-.588 1.164v1.14q0 .252.252.252h4.32q.252 0 .252-.252v-.84q0-.252-.252-.252H7.75v-.192q0-.156.145-.288l2.255-1.92q.72-.612.72-1.548v-.48q0-.936-.515-1.44Q9.838 8 8.89 8zm6.853 0a.5.5 0 0 0-.312.084 1 1 0 0 0-.216.288l-2.388 4.44q-.12.228-.12.588v.468q0 .204.12.324t.324.12h2.976v1.152q0 .252.252.252h.936q.132 0 .18-.048.06-.06.06-.204v-1.152h.864q.24 0 .24-.276v-.804q0-.24-.24-.24h-.864V8.444a.42.42 0 0 0-.132-.324.44.44 0 0 0-.323-.12zm.384 4.992h-1.943l1.943-3.708z" }) ])) }