@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
31 lines (30 loc) • 1.3 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default 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: "M12.47 8.29a5.041 5.041 0 1 0 3.422 3.277"
}),
_createElementVNode("g", { opacity: ".4" }, [
_createElementVNode("path", {
fill: "#4e5964",
d: "M12.015 12.68a1.022 1.022 0 1 1-1.821.927 1.022 1.022 0 0 1 1.82-.927"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m17.685 6.055 2.873-.111a.188.188 0 0 1 .145.316l-2.811 3.037a.19.19 0 0 1-.19.053l-1.869-.544a.2.2 0 0 1-.075-.043l-.628-.58a.2.2 0 0 1-.048-.071l-.686-1.82a.19.19 0 0 1 .038-.195l2.812-3.036a.188.188 0 0 1 .326.12l.11 2.874-3.36 3.628-1.519 1.641-.76.82m-.028.536a1.022 1.022 0 1 1-1.821.927 1.022 1.022 0 0 1 1.82-.927Z"
})
]),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12.183 5.36a7.858 7.858 0 1 0 6.595 6.092"
})
]))
}