@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.53 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 3H15M6.75 9.25h1.5M6.75 6.25h4.5"
}),
_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", {
fill: "#4e5964",
d: "M9.74 18.43H8.65q-.79 0-1.22-.42T7 16.8v-3.17q0-.79.43-1.21T8.65 12h1.09q.78 0 1.21.43.44.42.44 1.2v.47q0 .22-.22.22h-.84q-.21 0-.21-.22v-.41q0-.32-.14-.45-.13-.14-.45-.14h-.68q-.31 0-.45.14-.13.13-.13.45v3.05q0 .32.13.46.14.13.45.13h.68q.32 0 .45-.13.14-.14.14-.46v-.41q0-.22.21-.22h.84q.22 0 .22.22v.47q0 .78-.44 1.21-.43.42-1.21.42M15.12 18.43h-1.09q-.789 0-1.22-.42t-.43-1.21v-3.17q0-.79.43-1.21t1.22-.42h1.09q.78 0 1.21.43.44.42.44 1.2v.47q.001.22-.22.22h-.84q-.21 0-.21-.22v-.41q0-.32-.14-.45-.129-.14-.45-.14h-.68q-.309 0-.45.14-.13.13-.13.45v3.05q0 .32.13.46.141.13.45.13h.68q.321 0 .45-.13.14-.14.14-.46v-.41q0-.22.21-.22h.84q.221 0 .22.22v.47q0 .78-.44 1.21-.43.42-1.21.42"
})
]))
}