estat-icons
Version:
estat.pro icons
12 lines (11 loc) • 543 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",
viewBox: "0 0 20 20",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M17.366 8.948a1.189 1.189 0 0 1 0 2.104L6.902 16.836C6.057 17.302 5 16.718 5 15.784V4.216c0-.935 1.057-1.519 1.902-1.052l10.464 5.784Z" })
]))
}