estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 1.05 kB
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", {
"fill-rule": "evenodd",
d: "M4.476 2h3.932c.126 0 .287 0 .43.015.177.018.408.065.642.21.233.144.378.33.474.48.077.12.149.264.205.377l.459.918h4.905c.094 0 .247 0 .385.018.179.024.472.095.726.348.253.254.324.548.348.727.018.137.018.29.018.384v7.047c0 .093 0 .246-.018.384a1.243 1.243 0 0 1-.348.726 1.243 1.243 0 0 1-.726.348c-.138.019-.291.018-.385.018h-4.931c-.127 0-.287 0-.43-.015a1.486 1.486 0 0 1-.642-.209 1.486 1.486 0 0 1-.474-.48 4.3 4.3 0 0 1-.205-.378L8.38 12H5v5a1 1 0 0 1-2 0V3.477c0-.094 0-.247.018-.385.024-.178.095-.472.348-.726.253-.253.547-.324.726-.348C4.23 2 4.383 2 4.476 2Z",
"clip-rule": "evenodd"
})
]))
}