@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 1.33 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M7.032 5.61a8.57 8.57 0 0 1 5.25-.95.707.707 0 0 1-.195 1.4 7.15 7.15 0 0 0-7.446 4.025 7.155 7.155 0 0 0 1.611 8.31 7.15 7.15 0 0 0 8.412.95 7.155 7.155 0 0 0 3.425-7.74.707.707 0 0 1 1.38-.305 8.57 8.57 0 0 1-4.102 9.272 8.57 8.57 0 0 1-10.074-1.138 8.57 8.57 0 0 1-1.93-9.953 8.57 8.57 0 0 1 3.67-3.871m1.825 2.244a5.75 5.75 0 0 1 3.806-.243.708.708 0 0 1-.383 1.36 4.34 4.34 0 0 0-4.996 2.122 4.34 4.34 0 0 0 .992 5.336 4.338 4.338 0 0 0 7.026-2.2 4.34 4.34 0 0 0-.08-2.442.707.707 0 0 1 1.342-.44 5.752 5.752 0 0 1-2.019 6.401 5.75 5.75 0 0 1-9.092-3.555 5.75 5.75 0 0 1 3.404-6.34m7.978-5.371c.554-.44 1.415-.075 1.444.671l.04 1.038-2.188 2.432a.75.75 0 0 0 1.115 1.003l2.109-2.344 1.177-.045.146.005c.701.082 1.053.95.546 1.497l-2.812 3.037a.9.9 0 0 1-.906.252l-1.868-.544a1 1 0 0 1-.124-.048l-2.816 3.04a1.728 1.728 0 1 1-1.03-.965l2.809-3.034a1 1 0 0 1-.055-.117l-.686-1.82a.9.9 0 0 1 .182-.924l2.812-3.036z" })
]))
}