@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
21 lines (20 loc) • 814 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: "M20.262 16H6.122C4.397 16 3 17.12 3 18.5S4.398 21 6.121 21h14.141c.751 0 1.02-.795.372-1.1-1.336-.626-1.336-2.173 0-2.8.649-.305.38-1.1-.372-1.1Z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M21 16.5V6.58A3.58 3.58 0 0 0 17.42 3H6.58A3.58 3.58 0 0 0 3 6.58V18M12 6v7m-2-5h4"
})
]))
}