@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
19 lines (18 loc) • 870 B
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: "M17 17h1.5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 18.5 7h-13A2.5 2.5 0 0 0 3 9.5v5A2.5 2.5 0 0 0 5.5 17H7" }),
_createElementVNode("path", { d: "M17 13v5.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 7 18.5V13M17 7.5v-2A2.5 2.5 0 0 0 14.5 3h-5A2.5 2.5 0 0 0 7 5.5v2" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M5.75 12.25h12.5M9.75 15.25h4.5M10.75 18.25h2.5M17.75 9.25h-.5"
})
]))
}