@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
33 lines (32 loc) • 1.1 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("path", { d: "m10.004 15.002 4 .001" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m3.004 11 18 .005"
}),
_createElementVNode("circle", {
cx: "17.253",
cy: "16.754",
r: "3.75"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M18.856 17.022a1.374 1.374 0 0 0-.977-1.68"
}),
_createElementVNode("circle", {
cx: "6.753",
cy: "16.751",
r: "3.75"
}),
_createElementVNode("path", { d: "m19.004 11.004-.754-5.55c-.264-1.938-1.927-3.013-3.326-2.148l-1.892 1.17c-.648.4-1.405.4-2.053 0L9.087 3.304C7.69 2.44 6.025 3.513 5.761 5.45L5.004 11" })
]))
}