@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 1.22 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: "M1.998 21.001H22"
}),
_createElementVNode("path", { d: "M21.001 21.001 18.403 8.01A2.5 2.5 0 0 0 15.95 6h-4.88a2.5 2.5 0 0 0-2.456 2.035L7.579 13.5 6 21M3 21l1.394-9.713A1.5 1.5 0 0 1 5.88 10h.871c.505 0 .96.303 1.154.77L8 11" }),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M14 3v1m-3-.5V4m6-.5V4m-1.465 10.06h.87a.6.6 0 0 1 .581.727 3.56 3.56 0 0 1-1.147 1.954.59.59 0 0 1-.888-.166l-.438-.76m-2.026 0-.438.76a.59.59 0 0 1-.888.166 3.56 3.56 0 0 1-1.147-1.954.6.6 0 0 1 .581-.727h.87m1.02-1.795-.44-.76a.59.59 0 0 1 .298-.851 3.54 3.54 0 0 1 2.31 0 .59.59 0 0 1 .298.851l-.439.76m.489 1.776a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0",
opacity: ".4"
})
]))
}