@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 813 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 15.139V8.212C21 5.858 19 4 16 4M3 15.139V8.212C3 5.858 5 4 8 3.95m6 0h-4m11 5.035v7.478a4.493 4.493 0 0 1-4.5 4.487h-9A4.493 4.493 0 0 1 3 16.463v-4.487M9 5V3M15 5V3"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m9 12.5 1.998 2.5L15 10"
})
]))
}