@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines (29 loc) • 1.27 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", { d: "M3 9a4 4 0 0 1 4-4h.2a.8.8 0 0 1 .8.8.8.8 0 0 0 .8.8h6.4a.8.8 0 0 0 .8-.8.8.8 0 0 1 .8-.8h.2a4 4 0 0 1 4 4v7.5a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5V9Z" }),
_createElementVNode("rect", {
width: "12",
height: "6",
x: "6",
y: "11",
"stroke-linecap": "round",
rx: "2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M9 13.5v1M15 13.5v1M2 15v-2M22 15v-2"
}),
_createElementVNode("path", {
fill: "#4e5964",
d: "M12.75 6.5a.75.75 0 0 1-1.5 0h1.5M12 5.128h.75V6.5h-1.5V5.128zM11 4h-.75c0-.966.784-1.75 1.75-1.75v1.5a.25.25 0 0 0-.25.25zm1-1v-.75c.966 0 1.75.784 1.75 1.75h-1.5a.25.25 0 0 0-.25-.25zm1 1h.75A1.75 1.75 0 0 1 12 5.75v-1.5a.25.25 0 0 0 .25-.25zm-1 1v.75A1.75 1.75 0 0 1 10.25 4h1.5c0 .138.112.25.25.25z"
})
]))
}