@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) • 1.81 kB
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: "M20.625 2.472a.75.75 0 0 1-.004 1.06L6.635 17.415l-.316.321a1 1 0 0 1-.084.076l-2.707 2.687a.75.75 0 1 1-1.056-1.065l2.158-2.142-.423-.262-.06-.06a6.2 6.2 0 0 1-.819-1 6.5 6.5 0 0 1-.69-1.371 6.7 6.7 0 0 1-.378-1.665 7 7 0 0 1-.033-.688v-.65c0-3.48 2.593-6.42 5.932-6.42h1.099c.464 0 .925-.203 1.273-.592l1.33-1.484.004-.004c.75-.835 1.846-.993 2.75-.727.9.266 1.734.989 1.941 2.063l.002.01.097.585q.024.147.036.292l2.873-2.851a.75.75 0 0 1 1.06.004m-4.137 6.412a.75.75 0 0 1 .822.67l.022.22v.01c.212 2.79-.019 5.27-.619 8.562-.026.141-.042.279-.062.44l-.02.174c-.03.226-.068.49-.144.758a2.78 2.78 0 0 1-1.904 1.936c-.899.252-1.91.017-2.643-.81l-1.358-1.532c-.382-.432-.892-.66-1.407-.66H8.104a.75.75 0 0 1 0-1.5h1.07c.969 0 1.88.43 2.53 1.165l1.355 1.528.008.009c.339.38.75.457 1.11.355a1.28 1.28 0 0 0 .867-.9c.044-.155.071-.326.098-.537l.016-.135c.02-.17.045-.37.08-.56.585-3.215.797-5.556.6-8.171l-.02-.2a.75.75 0 0 1 .67-.822m3.49-1.139a.75.75 0 0 1 1.059-.068c1.06.931 1.712 2.43 1.712 4.075 0 1.643-.65 3.14-1.71 4.072a.75.75 0 0 1-.99-1.126c.697-.614 1.2-1.68 1.2-2.946 0-1.268-.504-2.335-1.202-2.948a.75.75 0 0 1-.069-1.059m-1.7 1.623a.75.75 0 0 1 1.036-.225c.817.526 1.297 1.535 1.297 2.61 0 1.073-.479 2.085-1.3 2.607a.75.75 0 0 1-.805-1.266c.307-.195.605-.677.605-1.341s-.297-1.149-.609-1.349a.75.75 0 0 1-.224-1.036",
"clip-rule": "evenodd"
})
]))
}