@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) • 1.01 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("path", {
"fill-rule": "evenodd",
d: "M2.324 12c0-5.343 4.332-9.675 9.675-9.675S21.674 6.657 21.674 12 17.343 21.675 12 21.675c-5.343 0-9.675-4.332-9.675-9.675M12 6.25a.75.75 0 0 1 .75.75v.25h.313c1.282 0 2.358.877 2.663 2.063a.75.75 0 0 1-1.452.374 1.25 1.25 0 0 0-1.211-.937h-.313v2.5h.25a2.75 2.75 0 1 1 0 5.5h-.25V17a.75.75 0 0 1-1.5 0v-.25h-.313a2.75 2.75 0 0 1-2.663-2.063.75.75 0 0 1 1.452-.374c.14.54.63.937 1.211.937h.313v-2.5h-.25a2.75 2.75 0 0 1 0-5.5h.25V7a.75.75 0 0 1 .75-.75m-.75 2.5h-.25a1.25 1.25 0 0 0 0 2.5h.25zm1.5 4v2.5h.25a1.25 1.25 0 0 0 0-2.5z",
"clip-rule": "evenodd"
})
]))
}