@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) • 629 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: "M19.502 6.443a.75.75 0 0 1 .055 1.06l-9.004 10a.75.75 0 0 1-1.088.027l-4.996-5a.75.75 0 1 1 1.062-1.06l4.436 4.44 8.476-9.412a.75.75 0 0 1 1.059-.055",
"clip-rule": "evenodd"
})
]))
}