@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) • 693 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.245 6.035c1.34-.871 2.762-1.068 3.888-.335 1.09.71 1.617 2.114 1.617 3.794v5.013c0 1.68-.527 3.084-1.617 3.793-1.126.734-2.548.537-3.888-.334l-3.86-2.507C7.035 14.581 6.25 13.343 6.25 12s.785-2.58 2.135-3.458z",
"clip-rule": "evenodd"
})
]))
}