@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 1.16 kB
JavaScript
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: "18",
height: "18",
x: "3",
y: "3",
rx: "4.5"
}),
_createElementVNode("path", {
fill: "#4e5964",
d: "M6.04 15.43h-.83q-.21 0-.21-.21V9.21Q5 9 5.21 9h.75q.21 0 .28.14l2.02 3.79h.04V9.21q0-.21.21-.21h.83q.21 0 .21.21v6.01q0 .21-.21.21h-.73a.335.335 0 0 1-.32-.2l-2-3.72h-.04v3.71q0 .21-.21.21M11.91 15.43h-.85q-.21 0-.21-.21V9.21q0-.21.21-.21h3.19q.2 0 .2.21v.68q0 .21-.2.21h-2.01q-.12 0-.12.11v1.55q0 .12.12.12h1.71q.21 0 .21.21v.67q0 .22-.21.22h-1.71q-.12 0-.12.11v2.13q0 .21-.21.21M17.342 15.43h-.84q-.22 0-.22-.21v-5.01q0-.11-.11-.11h-1.14q-.21 0-.21-.21v-.68q0-.21.21-.21h3.78q.21 0 .21.21v.68q0 .21-.21.21h-1.14q-.12 0-.12.11v5.01q0 .21-.21.21"
})
]))
}