@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines (25 loc) • 1.66 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", {
"stroke-linecap": "round",
d: "M6.843 16.34a6.97 6.97 0 0 1-2.791-2.575A7.1 7.1 0 0 1 3 10.088a7.1 7.1 0 0 1 1-3.69 7 7 0 0 1 2.757-2.614 6.85 6.85 0 0 1 7.24.55 7 7 0 0 1 2.341 3.002"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M7.907 13.832a4.35 4.35 0 0 1-1.742-1.607 4.44 4.44 0 0 1-.032-4.597 4.35 4.35 0 0 1 1.72-1.63 4.28 4.28 0 0 1 4.518.343 4.4 4.4 0 0 1 1.461 1.873"
}),
_createElementVNode("path", { d: "m14.047 11.382-.367-.546a.736.736 0 0 0-1.022-.2m1.389.746 1.749 2.604m-1.75-2.604 1.158-.777a.697.697 0 0 1 .967.19l.389.578m0 0 .867-.583a1.046 1.046 0 0 1 1.451.285l1.808 2.69c.464.69.666 1.524.569 2.35l-.038.32A3.49 3.49 0 0 1 19.7 18.92l-2.72 1.828a1.94 1.94 0 0 1-1.73.22l-1.867-.658-3.66-1.206a1.165 1.165 0 0 1-.73-1.49 1.15 1.15 0 0 1 1.327-.746l1.76.384c.37.081.65-.33.44-.644l-4.186-6.23a.86.86 0 0 1 .234-1.192l.366-.246a.79.79 0 0 1 1.096.215l1.494 2.222c.09.134.3.07.3-.092-.001-.055.026-.106.072-.137l.762-.512m3.902.737.972 1.447m-4.874-2.184.033-.022" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m14.06 15.152-2.722-4.05M15.796 13.986l-1.36-2.025M17.53 12.82l-1.36-2.025"
})
]))
}