@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
34 lines (33 loc) • 1.14 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: "12.001",
cy: "6.6",
r: "2.7"
}),
_createElementVNode("circle", {
cx: "5.7",
cy: "7.5",
r: "1.8"
}),
_createElementVNode("circle", {
cx: "1.8",
cy: "1.8",
r: "1.8",
transform: "matrix(-1 0 0 1 20.1 5.7)"
}),
_createElementVNode("path", { d: "M6.938 14.531A2.53 2.53 0 0 1 9.468 12h5.063a2.53 2.53 0 0 1 2.531 2.531v1.519a4.05 4.05 0 0 1-4.05 4.05h-2.024a4.05 4.05 0 0 1-4.05-4.05z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M5.531 12A2.53 2.53 0 0 0 3 14.531V17.4a2.7 2.7 0 0 0 2.7 2.7h.45M18.469 12A2.53 2.53 0 0 1 21 14.531V17.4a2.7 2.7 0 0 1-2.7 2.7h-.45"
})
]))
}