estat-icons
Version:
estat.pro icons
12 lines (11 loc) • 644 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 25",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M14 11.25h6a1 1 0 1 0 0-2h-3.586l4.293-4.293a1 1 0 0 0-1.414-1.414L15 7.836V4.25a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1Zm-11 3a1 1 0 0 0 1 1h3.586l-4.293 4.293a1 1 0 1 0 1.414 1.414L9 16.664v3.586a1 1 0 1 0 2 0v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1Z" })
]))
}