@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) • 825 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-4.328 0-7.75 3.743-7.75 8.25 0 2.819 1.52 5.608 3.138 7.645.818 1.03 1.687 1.9 2.457 2.521.383.31.755.568 1.093.753.312.17.691.331 1.062.331.37 0 .75-.161 1.062-.331.338-.185.71-.443 1.093-.753.77-.62 1.64-1.491 2.457-2.52 1.619-2.038 3.138-4.827 3.138-7.646 0-4.507-3.422-8.25-7.75-8.25m0 4a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5",
"clip-rule": "evenodd"
})
]))
}