@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 770 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", {
"stroke-linecap": "round",
d: "M21.001 9.305v-2.3a4 4 0 0 0-3.998-4.001h-3.2M21 13.805v3.02a4.18 4.18 0 0 1-4.181 4.179h-3.02M3.001 9.3V7a4 4 0 0 1 4.002-3.998h2.3M3 13.8V17a4 4 0 0 0 4 4.002h3.2"
}),
_createElementVNode("path", { d: "M5.998 7v10M7 7v10M14 7v10M10.002 7v10M11 7v10M18 7v10M17 7v10" })
]))
}