@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 735 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: "M9 21v-4a3 3 0 1 1 6 0v4" }),
_createElementVNode("path", { d: "M3 11.824V17a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-5.176a4 4 0 0 0-1.377-3.02l-5-4.344a4 4 0 0 0-5.246 0l-5 4.344A4 4 0 0 0 3 11.824Z" }),
_createElementVNode("path", { d: "M16 6V4a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v4" })
]))
}