@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 799 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: "M14.25 2H8.493c-.18 0-.27 0-.348.027a.5.5 0 00-.187.116c-.06.058-.1.139-.18.3l-4.2 8.4c-.192.383-.288.574-.265.73a.5.5 0 00.208.337c.129.09.343.09.772.09h6.205l-3 10L19.694 9.355c.411-.426.617-.64.629-.822a.5.5 0 00-.177-.415C20.005 8 19.71 8 19.117 8h-7.118l2.25-6z"
})
]))
}