@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 655 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
stroke: "#4e5964",
"stroke-linecap": "round",
"stroke-width": "1.5",
d: "M11.998 21v-2M11.998 5V3M20.998 12h-2M4.998 12h-2M18.361 18.364l-1.414-1.414M7.049 7.05 5.635 5.638M5.635 18.364l1.414-1.414M16.947 7.05l1.415-1.414"
})
]))
}