UNPKG

1.35 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Inbox = 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: "M16.1572357,0 C16.5350743,0 16.9985025,0.371970594 17.1923315,0.830819576 L17.1923315,0.830819576 L20,7.43797813 L20,18 C20,19.1045695 19.1045695,20 18,20 L2,20 C0.8954305,20 0,19.1045695 0,18 L0,7.43797813 L2.80766845,0.830819576 C3.00149751,0.371970594 3.46492571,0 3.84276431,0 L3.84276431,0 Z M6.74147814,8.83797813 L1.4,8.83797813 L1.4,18 C1.4,18.3313708 1.66862915,18.6 2,18.6 L18,18.6 C18.3313708,18.6 18.6,18.3313708 18.6,18 L18.6,8.83797813 L14.2585219,8.83797813 C13.8018503,10.4846378 12.2920812,11.6933602 10.5,11.6933602 C8.70791875,11.6933602 7.19814975,10.4846378 6.74147814,8.83797813 Z M15.9129821,1.4 L4.08701795,1.4 L1.51978526,7.43797813 L8.02506622,7.43797813 C8.00854619,7.55406117 8,7.67271263 8,7.79336016 C8,9.17407203 9.11928813,10.2933602 10.5,10.2933602 C11.8807119,10.2933602 13,9.17407203 13,7.79336016 C13,7.67271263 12.9914538,7.55406117 12.9749338,7.43797813 L18.4802147,7.43797813 L15.9129821,1.4 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file