@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) • 647 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: "M5.47 8.47a.75.75 0 0 0 0 1.06l4.586 4.586a2.75 2.75 0 0 0 3.889 0L18.53 9.53a.75.75 0 0 0-1.06-1.06l-4.586 4.586a1.25 1.25 0 0 1-1.768 0L6.53 8.47a.75.75 0 0 0-1.06 0",
"clip-rule": "evenodd"
})
]))
}