@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) • 707 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: "M9.623 3.852a.95.95 0 0 1 .84-.508h4.334c.759 0 1.21.848.786 1.477l-2.29 3.4 3.743-.255a.948.948 0 0 1 .822 1.515L9.756 20.277a.95.95 0 0 1-.758.38h-.043a.948.948 0 0 1-.913-1.201L10 12.363l-3.257-.067a.948.948 0 0 1-.82-1.388z",
"clip-rule": "evenodd"
})
]))
}