UNPKG

1.15 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Enter = 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.3001469,0 C19.6866651,0 20,0.313300846 20,0.699777025 L20,8.97782758 C20,12.6769567 17.0009372,15.6756934 13.3014059,15.6756934 L2.305,15.675 L5.43624386,18.8055827 C5.70952379,19.0788626 5.7094997,19.521961 5.43619005,19.7952707 C5.16288041,20.0685803 4.71978201,20.0686044 4.44650209,19.7953245 L0.205212835,15.5540352 C-0.0680670919,15.2807553 -0.0680430016,14.8376569 0.205266642,14.5643472 L4.4470171,10.3225968 C4.72032674,10.0492871 5.16342514,10.0492631 5.43670506,10.322543 C5.70998499,10.5958229 5.7099609,11.0389213 5.43665126,11.3122309 L2.472,14.276 L13.3014059,14.2761393 C16.2279008,14.2761393 18.6002938,11.9040044 18.6002938,8.97782758 L18.6002938,0.699777025 C18.6002938,0.313300846 18.9136287,0 19.3001469,0 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file