@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) • 846 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.473 4.054c0-.425.162-1.002.704-1.32 1.003-.59 2.414-.486 3.291.36l5.982 5.77c1.725 1.664 1.736 4.68.025 6.357l-5.654 5.54c-1.018.999-2.489 1.158-3.656.413-.51-.326-.692-.882-.692-1.336V12.75h6.083a.75.75 0 0 0 0-1.5H9.474zm0 7.196H5.811l2.276-2.276a.75.75 0 0 0-1.06-1.06L4.098 10.84c-.64.64-.64 1.678 0 2.318l2.927 2.926a.75.75 0 0 0 1.06-1.06L5.813 12.75h3.661z",
"clip-rule": "evenodd"
})
]))
}