@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 830 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", {
"fill-rule": "evenodd",
d: "M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m7-2a2.75 2.75 0 1 1 5.5 0c0 1.194-.778 1.824-1.32 2.189-.458.308-.68.555-.68.978v.25a.75.75 0 0 1-1.5 0v-.25c0-1.211.788-1.85 1.342-2.222.446-.301.658-.54.658-.945a1.25 1.25 0 1 0-2.5 0 .75.75 0 0 1-1.5 0M11 16.417a1.001 1.001 0 1 1 1 1 1 1 0 0 1-1-1",
"clip-rule": "evenodd"
})
]))
}