@nomercyicons/vue
Version:
22 lines (21 loc) • 814 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: "currentColor",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "none",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
fill: "none",
d: "M0 0h24v24H0z"
}),
_createElementVNode("path", {
d: "M9.1 13h5.8l1.74-3H7.36zM12 18.01L13.74 15h-3.48zM4.47 5l1.74 3h11.58l1.74-3z",
opacity: ".3"
}),
_createElementVNode("path", { d: "M1 3l11 19L23 3H1zm11 15.01L10.26 15h3.48L12 18.01zM14.9 13H9.1l-1.74-3h9.27l-1.73 3zM6.21 8L4.47 5h15.06l-1.74 3H6.21z" })
]))
}