@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
19 lines (18 loc) • 1.09 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("g", { "clip-path": "url(#clip0_11478_12319)" }, [
_createElementVNode("path", { d: "M10.205.922a.75.75 0 0 1 .41.979l-.632 1.536A11 11 0 0 1 12 3.25 9.75 9.75 0 0 1 21.75 13 9.75 9.75 0 0 1 12 22.75 9.75 9.75 0 0 1 2.25 13a9.75 9.75 0 0 1 1.642-5.42.75.75 0 0 1 1.248.833A8.25 8.25 0 0 0 3.75 13 8.25 8.25 0 0 0 12 21.25 8.25 8.25 0 0 0 20.25 13 8.25 8.25 0 0 0 12 4.75c-.838 0-1.613.11-2.33.29l2.32.453a.75.75 0 1 1-.286 1.472l-3.5-.682a.75.75 0 0 1-.588-1.033l1.61-3.92a.75.75 0 0 1 .98-.408" })
]),
_createElementVNode("defs", null, [
_createElementVNode("clipPath", { id: "clip0_11478_12319" }, [
_createElementVNode("path", { d: "M0 0h24v24H0z" })
])
])
]))
}