UNPKG

1.82 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var MenuFold = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M19.2956043,16.6083218 C19.6820552,16.6083218 19.9953355,16.9198596 19.9953355,17.3041609 C19.9953355,17.6884622 19.6820552,18 19.2956043,18 L0.699731181,18 C0.313280321,18 2.78532752e-12,17.6884622 2.78532752e-12,17.3041609 C2.78532752e-12,16.9198596 0.313280321,16.6083218 0.699731181,16.6083218 L19.2956043,16.6083218 Z M4.03254685,6.62500173 C4.30428893,6.8967438 4.30305676,7.33855691 4.02979474,7.61181894 L1.69723847,9.94437521 L4.01682048,12.2639572 C4.28856255,12.5356993 4.28733039,12.9775124 4.01406836,13.2507744 C3.74080634,13.5240364 3.29899322,13.5252686 3.02725115,13.2535265 L0.215636596,10.441912 C-0.0561054767,10.1701699 -0.0548733126,9.7283568 0.218388711,9.45509477 L3.04572964,6.62775384 C3.31899167,6.35449182 3.76080478,6.35325965 4.03254685,6.62500173 Z M19.3002688,9.13100315 C19.6867197,9.13100315 20,9.44254093 20,9.82684226 C20,10.2111436 19.6867197,10.5226814 19.3002688,10.5226814 L5.18267993,10.5226814 C4.79622907,10.5226814 4.48294875,10.2111436 4.48294875,9.82684226 C4.48294875,9.44254093 4.79622907,9.13100315 5.18267993,9.13100315 L19.3002688,9.13100315 Z M19.2956043,2 C19.6820552,2 19.9953355,2.31153778 19.9953355,2.6958391 C19.9953355,3.08014043 19.6820552,3.3916782 19.2956043,3.3916782 L0.699731181,3.3916782 C0.313280321,3.3916782 -8.52651283e-13,3.08014043 -8.52651283e-13,2.6958391 C-8.52651283e-13,2.31153778 0.313280321,2 0.699731181,2 L19.2956043,2 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file