@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) • 694 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: "M11.18 3.336c-2.287-1.24-4.524-1.434-6.24-.503-1.732.94-2.69 2.892-2.69 5.408v7.518c0 2.516.958 4.467 2.69 5.407 1.716.932 3.953.738 6.241-.502l6.947-3.76c2.28-1.235 3.622-2.98 3.622-4.904s-1.341-3.668-3.622-4.904z",
"clip-rule": "evenodd"
})
]))
}