@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines (25 loc) • 1.48 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("path", {
"stroke-linecap": "round",
d: "M21 7.636V16.5a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5v-9A4.5 4.5 0 0 1 7.5 3H15"
}),
_createElementVNode("path", { d: "m15.672 3.097 5.212 4.343c.248.207.072.56-.278.56h-5.213C15.176 8 15 7.853 15 7.672V3.328c0-.292.424-.438.672-.231Z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8 9V3M8 5H7M9 6H8M8 7H7M9 8H8"
}),
_createElementVNode("path", {
fill: "#4e5964",
d: "M6 18.22v-.6q0-.33.13-.49l2.65-3.91v-.04H6.39q-.21 0-.21-.21v-.76q0-.21.21-.21h3.55q.2 0 .2.21v.86a.9.9 0 0 1-.15.52L7.5 17.21v.04h2.54q.2 0 .2.19v.76q0 .23-.2.23H6.21q-.21 0-.21-.21M12.705 12.21v6.01q0 .21-.21.21h-.85q-.21 0-.21-.21v-6.01q0-.21.21-.21h.85q.21 0 .21.21M15.11 18.43h-.85q-.21 0-.21-.21v-6.01q0-.21.21-.21h2.44q.78 0 1.21.43.431.42.43 1.2v.96q.001.78-.43 1.21-.43.42-1.21.42h-1.26q-.12 0-.12.11v1.89q0 .21-.21.21m.32-3.32h1.06q.321 0 .45-.13.13-.14.13-.45v-.84q0-.32-.13-.45-.129-.14-.45-.14h-1.06q-.109 0-.11.11V15q0 .11.11.11"
})
]))
}