@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 837 B
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",
"stroke-linejoin": "round",
d: "M3 12c0-.663.153-1.317.446-1.912A9.45 9.45 0 0 1 12 5.002a9.45 9.45 0 0 1 8.554 5.086 4.32 4.32 0 0 1 0 3.824A9.45 9.45 0 0 1 12 18.998a9.45 9.45 0 0 1-8.554-5.086A4.35 4.35 0 0 1 3 12",
"clip-rule": "evenodd"
}),
_createElementVNode("circle", {
cx: "12",
cy: "12",
r: "3"
})
]))
}