@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) • 1.04 kB
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",
d: "M6.033 20.157c.343.755 1.307 1.146 2.08.56l3.071-2.327a1.34 1.34 0 0 1 1.632 0l3.071 2.327c1.088.824 2.552-.285 2.136-1.619l-1.173-3.766a1.48 1.48 0 0 1 .504-1.619l3.071-2.327c1.088-.824.529-2.62-.816-2.62h-2.195"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M14.493 7.766 13.32 4a1.371 1.371 0 0 0-2.64 0L9.507 7.766c-.186.597-.719 1-1.32 1H4.39c-1.345 0-1.904 1.796-.816 2.62l3.07 2.328c.487.368.69 1.022.505 1.618l-.147.471M19.973 3 2.881 19.966",
opacity: ".4"
})
]))
}