estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 1.18 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 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M6 3a1 1 0 0 0-1 1H3a1 1 0 0 0-1 1v5c0 1.594.77 2.848 1.694 3.68.712.643 1.592 1.1 2.407 1.26.79 1.188 1.887 1.934 2.92 2.387a8.308 8.308 0 0 0 1.979.584V19H8a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-3v-1.088a8.307 8.307 0 0 0 1.979-.585c1.033-.453 2.13-1.2 2.92-2.388.816-.158 1.695-.616 2.407-1.259C21.23 12.848 22 11.594 22 10V5a1 1 0 0 0-1-1h-2a1 1 0 0 0-1-1H6Zm1 2v6c0 1.073.235 1.892.579 2.521.529.97 1.37 1.59 2.245 1.974.886.389 1.742.505 2.176.505.434 0 1.29-.116 2.176-.505.875-.383 1.716-1.004 2.245-1.974.344-.63.579-1.448.579-2.521V5H7ZM4 6h1v5c0 .438.03.852.09 1.245a3.703 3.703 0 0 1-.057-.05C4.43 11.652 4 10.905 4 10V6Zm16 0h-1v5c0 .438-.03.852-.09 1.245l.057-.05C19.57 11.652 20 10.905 20 10V6Z",
"clip-rule": "evenodd"
})
]))
}