@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
42 lines (41 loc) • 1.39 kB
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("circle", {
cx: "7",
cy: "4.5",
r: "1.5"
}),
_createElementVNode("circle", {
cx: "17",
cy: "11.5",
r: "1.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M16 4s2.78-.525 4 1c.976 1.22 1 2 1 2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m16 5-1-1 1-1"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8 20s-2.78.525-4-1c-.976-1.22-1-2-1-2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m8 19 1 1-1 1"
}),
_createElementVNode("path", { d: "M3 10.182C3 8.977 3.895 8 5 8h4c1.105 0 2 .977 2 2.182V11c0 1.657-1.231 3-2.75 3h-2.5C4.231 14 3 12.657 3 11zM13 17.182c0-1.205.895-2.182 2-2.182h4c1.105 0 2 .977 2 2.182V18c0 1.657-1.231 3-2.75 3h-2.5C14.231 21 13 19.657 13 18z" })
]))
}