@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
27 lines (26 loc) • 1.2 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: "M5.345 13.044A3.145 3.145 0 0 1 4.88 8.62l2.386-2.947a3.145 3.145 0 0 1 4.423-.467l6.867 5.557a3.145 3.145 0 0 1 .467 4.424l-2.386 2.948a3.145 3.145 0 0 1-4.424.466z" }),
_createElementVNode("path", {
fill: "#4e5964",
d: "M15.75 13a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m0 1.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m7.344 10.248 2.349-2.903"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m20.38 8.96-.226-3.393M3.629 15l.285 3.473M13 2.617s2.427.968 3.919 2.276C18.323 6.125 20.38 8.96 20.38 8.96M11.279 21.386s-2.767-1.228-4.321-2.548C5.53 17.626 3.628 15 3.628 15"
})
]))
}