@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) • 883 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: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25m-1.06 8.691a1.497 1.497 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.12 1.5 1.5 0 0 1-2.12 0 1.5 1.5 0 0 1-.001-2.12m-2.879 0a1.497 1.497 0 0 0-2.121 0 1.5 1.5 0 0 0 0 2.12 1.5 1.5 0 0 0 2.121 0 1.5 1.5 0 0 0 0-2.12m7.879 0a1.497 1.497 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.12 1.5 1.5 0 0 1-2.12 0 1.5 1.5 0 0 1-.001-2.12",
"clip-rule": "evenodd"
})
]))
}