@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
23 lines (22 loc) • 830 B
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m7.419 16-3.14-3.293a1.035 1.035 0 0 1 0-1.414L7.42 8M16 12H4.559",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M10 20.378c.925.847 2.24.827 3.143-.05l5.782-5.61c1.442-1.399 1.432-3.96-.021-5.347L12.786 3.53c-.736-.704-2.055-.71-2.786 0"
})
]))
}