estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 832 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 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M20.608 4.771a2.756 2.756 0 0 1 1.939 1.94c.471 1.721.453 5.31.453 5.31s0 3.57-.453 5.29a2.756 2.756 0 0 1-1.94 1.94c-1.72.453-8.607.453-8.607.453s-6.868 0-8.608-.471a2.756 2.756 0 0 1-1.939-1.94C1 15.59 1 12.004 1 12.004s0-3.57.453-5.293a2.813 2.813 0 0 1 1.94-1.957C5.112 4.3 12 4.3 12 4.3s6.886 0 8.608.471Zm-5.074 7.231L9.807 15.3V8.704l5.727 3.298Z",
"clip-rule": "evenodd"
})
]))
}