@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) • 808 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M12 1.975c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75-9.75-4.366-9.75-9.75 4.365-9.75 9.75-9.75m0 10.275a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M9.266 9.191a1.154 1.154 0 1 0 .167.167l-.08-.087zm6.588 0a1.154 1.154 0 1 0 .088 1.71c.42-.421.447-1.09.078-1.543l-.079-.087zM8 6.02A.706.706 0 0 0 8 7.43h1.412a.706.706 0 0 0 0-1.412zm6.588 0a.706.706 0 0 0 0 1.412H16a.706.706 0 0 0 0-1.412z" })
]))
}