@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) • 660 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: "M15.58 18.477a.75.75 0 0 0-.104-1.056l-5.092-4.19a1.713 1.713 0 0 1 0-2.661l4.85-3.99a.75.75 0 1 0-.954-1.16L9.43 9.412a3.213 3.213 0 0 0 0 4.978l5.094 4.19a.75.75 0 0 0 1.055-.102",
"clip-rule": "evenodd"
})
]))
}