@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
29 lines (28 loc) • 917 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: "M3 16V9.5C3 5.91 7.03 3 12 3s9 2.91 9 6.5V16"
}),
_createElementVNode("path", { d: "M8 14.473a2 2 0 1 0-4 0v1.684a2 2 0 0 0 4 0z" }),
_createElementVNode("rect", {
width: "4",
height: "5.684",
x: "16",
y: "12.473",
rx: "2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M6 18.5v.357C6 20.041 6.96 21 8.143 21H11.5a.5.5 0 0 0 .5-.5v-1.643"
})
]))
}