estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 806 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: "M10 2a2 2 0 0 0-2 2v2H4a1 1 0 0 0 0 2h.069l.8 11.214A3 3 0 0 0 7.863 22h8.276a3 3 0 0 0 2.992-2.786L19.931 8H20a1 1 0 1 0 0-2h-4V4a2 2 0 0 0-2-2h-4ZM6.865 19.071 6.074 8h11.852l-.79 11.071a1 1 0 0 1-.998.929H7.862a1 1 0 0 1-.997-.929ZM11 11a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0v-6Zm4 0a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0v-6Zm-5-5h4V4h-4v2Z",
"clip-rule": "evenodd"
})
]))
}