@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 886 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",
d: "m16.957 9.287 1.706-.901c1.057-.515 2.145.654 1.836 1.973l-2.195 5.491a1 1 0 0 1-.929.629H6.677a1 1 0 0 1-.928-.629L3.553 10.36c-.309-1.319.78-2.488 1.836-1.973l1.763.912a1 1 0 0 0 1.354-.44l2.652-5.305a1 1 0 0 1 1.79 0l2.648 5.297a1 1 0 0 0 1.36.437Z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M9.053 20.264h6"
})
]))
}