@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
23 lines (22 loc) • 900 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: "M3 8.889C3 6.189 5.216 4 7.95 4h8.1C18.784 4 21 6.189 21 8.889v6.222c0 2.7-2.216 4.889-4.95 4.889h-8.1C5.216 20 3 17.811 3 15.111z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M4 16h16M4 16h16M3.5 16h17"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M16.457 11.001c.722-.83.719-2.173-.007-3M14.004 10.294A1.24 1.24 0 0 0 14 8.708"
})
]))
}