@bytebrand/fe-ui-core 4.1.127 → 4.1.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -278,6 +278,7 @@ import WarningIcon from './SVG/settings/Warning';
|
|
|
278
278
|
import DashboardIcon from './SVG/common/DashboardIcon';
|
|
279
279
|
import UserProfileIcon from './SVG/common/UserProfileIcon';
|
|
280
280
|
import AddressIcon from './SVG/common/AddressIcon';
|
|
281
|
+
import MyOrderIcon from './SVG/common/MyOrderIcon';
|
|
281
282
|
import MyVehiclesIcon from './SVG/common/MyVehiclesIcon';
|
|
282
283
|
import SavedSearchsIcon from './SVG/common/SavedSearchsIcon';
|
|
283
284
|
import FavoritesIcon from './SVG/common/FavoritesIcon';
|
|
@@ -675,6 +676,7 @@ const components: IComponentsProp = {
|
|
|
675
676
|
dashboardIcon: DashboardIcon,
|
|
676
677
|
userProfileIcon: UserProfileIcon,
|
|
677
678
|
addressIcon: AddressIcon,
|
|
679
|
+
myOrderIcon: MyOrderIcon,
|
|
678
680
|
myVehiclesIcon: MyVehiclesIcon,
|
|
679
681
|
savedSearchsIcon: SavedSearchsIcon,
|
|
680
682
|
favoritesIcon: FavoritesIcon,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const MyOrderIcon = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
width="25"
|
|
9
|
+
height="25"
|
|
10
|
+
fill="none"
|
|
11
|
+
{ ...props }
|
|
12
|
+
>
|
|
13
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M12.6423 4.98169C12.6423 4.56748 12.3065 4.23169 11.8923 4.23169H6.70293C5.84832 4.23169 5.16346 4.2781 4.65149 4.52289C4.03906 4.8157 3.79271 5.32094 3.62657 5.80842L3.61352 5.84671L3.60466 5.88618L2.46251 10.9773C1.54242 14.1399 1.75586 18.421 2.05197 20.8992C2.17506 21.9292 3.05822 22.6523 4.05457 22.6523H4.91828C5.88595 22.6523 6.69724 21.9828 6.91425 21.0818H12.4637C12.8779 21.0818 13.2137 20.746 13.2137 20.3318C13.2137 19.9176 12.8779 19.5818 12.4637 19.5818H6.3883C5.88183 19.5818 5.47125 19.9923 5.47125 20.4988V20.5993C5.47125 20.9047 5.22368 21.1523 4.91828 21.1523H4.05457C3.7764 21.1523 3.56951 20.9566 3.54138 20.7212C3.24909 18.2751 3.07072 14.2338 3.9088 11.3758L3.91561 11.3525L3.92091 11.3289L5.05902 6.25581C5.17149 5.93684 5.23567 5.90619 5.29673 5.87702L5.29851 5.87617C5.4628 5.79761 5.81736 5.73169 6.70293 5.73169H11.8923C12.3065 5.73169 12.6423 5.3959 12.6423 4.98169Z" fill="#616376"/>
|
|
14
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M19.9296 11.0544C20.3382 10.9867 20.7243 11.2631 20.792 11.6717L20.881 12.2087C21.4507 15.1681 21.2587 18.7141 20.9977 20.8984C20.8747 21.928 19.9919 22.6523 18.995 22.6523H18.1313C17.1637 22.6523 16.3524 21.9828 16.1354 21.0818H10.5859C10.1717 21.0818 9.83592 20.746 9.83592 20.3318C9.83592 19.9175 10.1717 19.5818 10.5859 19.5818H16.6613C17.1678 19.5818 17.5784 19.9923 17.5784 20.4988V20.5993C17.5784 20.9047 17.8259 21.1523 18.1313 21.1523H18.995C19.2726 21.1523 19.4801 20.9564 19.5083 20.7205C19.7626 18.5921 19.9349 15.2201 19.4063 12.4833L19.4044 12.4735L19.4027 12.4636L19.3122 11.9169C19.2445 11.5082 19.5209 11.1221 19.9296 11.0544Z" fill="#616376"/>
|
|
15
|
+
<circle cx="17.1583" cy="15.046" r="1.22109" fill="#616376"/>
|
|
16
|
+
<circle cx="5.83901" cy="15.046" r="1.22109" fill="#616376"/>
|
|
17
|
+
<path d="M20.2538 11.6549L20.2541 11.6547C21.2796 10.6405 21.798 9.38389 21.798 7.9306C21.798 6.47999 21.2864 5.22432 20.2716 4.20948C19.2568 3.19464 18.0011 2.68311 16.5505 2.68311C15.0999 2.68311 13.8442 3.19464 12.8294 4.20948C11.8145 5.22432 11.303 6.47999 11.303 7.9306C11.303 9.38121 11.8145 10.6369 12.8294 11.6517C13.8442 12.6666 15.0999 13.1781 16.5505 13.1781C17.9843 13.1781 19.2322 12.6643 20.2538 11.6549Z" stroke="#616376" stroke-width="1.5"/>
|
|
18
|
+
<path d="M14.0979 7.8214L15.4357 9.6052L19.0033 6.0376" stroke="#616376" stroke-width="1.5" strokeLinecap="round" strokeLinejoin="round"/>
|
|
19
|
+
<mask id="mask0_9515_64469" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="10" width="19" height="4">
|
|
20
|
+
<path d="M19.8248 11.04V11.04C14.4007 12.6613 8.60589 12.6583 3.18091 11.04V11.04" stroke="#616376" stroke-width="1.5" strokeLinecap="round"/>
|
|
21
|
+
</mask>
|
|
22
|
+
<g mask="url(#mask0_9515_64469)">
|
|
23
|
+
<rect width="10.7302" height="3.40018" transform="matrix(-1 0 0 1 13.9109 9.71167)" fill="#616376"/>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export default MyOrderIcon;
|
|
29
|
+
/* tslint:enable */
|