@instructure/ui-icons 10.19.2-snapshot-8 → 10.19.2-snapshot-9
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/CHANGELOG.md +6 -1
- package/es/IconAiColoredLine.js +44 -43
- package/es/IconAiColoredSolid.js +44 -43
- package/es/IconAiLine.js +4 -2
- package/es/IconAiSolid.js +1 -0
- package/es/IconAnalyticsLine.js +7 -4
- package/es/IconAnnotateLine.js +1 -0
- package/es/IconAnnotateSolid.js +1 -0
- package/es/IconAwardLine.js +4 -2
- package/es/IconAwardSolid.js +3 -2
- package/es/IconBankLine.js +4 -2
- package/es/IconBankSolid.js +4 -2
- package/es/IconButtonAndIconMakerLine.js +2 -1
- package/es/IconChartPieLine.js +4 -2
- package/es/IconChartScatterLine.js +4 -2
- package/es/IconChartScatterSolid.js +1 -0
- package/es/IconCloudUploadLine.js +3 -2
- package/es/IconCloudUploadSolid.js +3 -2
- package/es/IconCompareLine.js +75 -0
- package/es/IconCompareSolid.js +67 -0
- package/es/IconConfigureLine.js +3 -2
- package/es/IconConfigureSolid.js +3 -2
- package/es/IconCropLine.js +3 -2
- package/es/IconCropSolid.js +2 -1
- package/es/IconFilesCopyrightLine.js +2 -2
- package/es/IconFilesCopyrightSolid.js +2 -2
- package/es/IconFilesCreativeCommonsLine.js +2 -2
- package/es/IconFilesCreativeCommonsSolid.js +2 -2
- package/es/IconFilesFairUseLine.js +2 -2
- package/es/IconFilesFairUseSolid.js +2 -2
- package/es/IconFilesObtainedPermissionLine.js +2 -2
- package/es/IconFilesObtainedPermissionSolid.js +2 -2
- package/es/IconFilesPublicDomainLine.js +2 -2
- package/es/IconFilesPublicDomainSolid.js +2 -2
- package/es/IconGiveAwardLine.js +7 -4
- package/es/IconGiveAwardSolid.js +4 -2
- package/es/IconGridViewLine.js +3 -2
- package/es/IconHeaderLine.js +3 -2
- package/es/IconHeaderSolid.js +3 -2
- package/es/IconImmersiveReaderLine.js +1 -0
- package/es/IconImmersiveReaderSolid.js +1 -0
- package/es/IconImportantDatesLine.js +1 -0
- package/es/IconImportantDatesSolid.js +2 -2
- package/es/IconLineReaderLine.js +4 -4
- package/es/IconListViewLine.js +3 -2
- package/es/IconNeutralLine.js +3 -2
- package/es/IconNeutralSolid.js +3 -2
- package/es/IconPasswordResetLine.js +7 -4
- package/es/IconPasswordResetSolid.js +7 -4
- package/es/IconPredictiveLine.js +3 -2
- package/es/IconReviewScreenLine.js +2 -2
- package/es/IconRotateLeftLine.js +3 -2
- package/es/IconRotateLeftSolid.js +3 -2
- package/es/IconRotateRightLine.js +3 -2
- package/es/IconRotateRightSolid.js +3 -2
- package/es/IconSearchAiLine.js +1 -0
- package/es/IconSearchAiSolid.js +1 -0
- package/es/IconSingleMetricLine.js +4 -2
- package/es/IconSingleMetricSolid.js +3 -2
- package/es/IconStatsLine.js +7 -4
- package/es/IconSubtitlesLine.js +1 -0
- package/es/IconSubtitlesSolid.js +3 -2
- package/es/icon-font/Line/InstructureIcons-Line.css +92 -86
- package/es/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/icon-font/Solid/InstructureIcons-Solid.css +92 -86
- package/es/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/icons-data.json +1 -1
- package/es/index.js +5 -3
- package/es/svg/index.js +48 -0
- package/lib/IconAiColoredLine.js +44 -43
- package/lib/IconAiColoredSolid.js +44 -43
- package/lib/IconAiLine.js +4 -2
- package/lib/IconAiSolid.js +1 -0
- package/lib/IconAnalyticsLine.js +7 -4
- package/lib/IconAnnotateLine.js +1 -0
- package/lib/IconAnnotateSolid.js +1 -0
- package/lib/IconAwardLine.js +4 -2
- package/lib/IconAwardSolid.js +3 -2
- package/lib/IconBankLine.js +4 -2
- package/lib/IconBankSolid.js +4 -2
- package/lib/IconButtonAndIconMakerLine.js +2 -1
- package/lib/IconChartPieLine.js +4 -2
- package/lib/IconChartScatterLine.js +4 -2
- package/lib/IconChartScatterSolid.js +1 -0
- package/lib/IconCloudUploadLine.js +3 -2
- package/lib/IconCloudUploadSolid.js +3 -2
- package/lib/IconCompareLine.js +81 -0
- package/lib/IconCompareSolid.js +73 -0
- package/lib/IconConfigureLine.js +3 -2
- package/lib/IconConfigureSolid.js +3 -2
- package/lib/IconCropLine.js +3 -2
- package/lib/IconCropSolid.js +2 -1
- package/lib/IconFilesCopyrightLine.js +2 -2
- package/lib/IconFilesCopyrightSolid.js +2 -2
- package/lib/IconFilesCreativeCommonsLine.js +2 -2
- package/lib/IconFilesCreativeCommonsSolid.js +2 -2
- package/lib/IconFilesFairUseLine.js +2 -2
- package/lib/IconFilesFairUseSolid.js +2 -2
- package/lib/IconFilesObtainedPermissionLine.js +2 -2
- package/lib/IconFilesObtainedPermissionSolid.js +2 -2
- package/lib/IconFilesPublicDomainLine.js +2 -2
- package/lib/IconFilesPublicDomainSolid.js +2 -2
- package/lib/IconGiveAwardLine.js +7 -4
- package/lib/IconGiveAwardSolid.js +4 -2
- package/lib/IconGridViewLine.js +3 -2
- package/lib/IconHeaderLine.js +3 -2
- package/lib/IconHeaderSolid.js +3 -2
- package/lib/IconImmersiveReaderLine.js +1 -0
- package/lib/IconImmersiveReaderSolid.js +1 -0
- package/lib/IconImportantDatesLine.js +1 -0
- package/lib/IconImportantDatesSolid.js +2 -2
- package/lib/IconLineReaderLine.js +4 -4
- package/lib/IconListViewLine.js +3 -2
- package/lib/IconNeutralLine.js +3 -2
- package/lib/IconNeutralSolid.js +3 -2
- package/lib/IconPasswordResetLine.js +7 -4
- package/lib/IconPasswordResetSolid.js +7 -4
- package/lib/IconPredictiveLine.js +3 -2
- package/lib/IconReviewScreenLine.js +2 -2
- package/lib/IconRotateLeftLine.js +3 -2
- package/lib/IconRotateLeftSolid.js +3 -2
- package/lib/IconRotateRightLine.js +3 -2
- package/lib/IconRotateRightSolid.js +3 -2
- package/lib/IconSearchAiLine.js +1 -0
- package/lib/IconSearchAiSolid.js +1 -0
- package/lib/IconSingleMetricLine.js +4 -2
- package/lib/IconSingleMetricSolid.js +3 -2
- package/lib/IconStatsLine.js +7 -4
- package/lib/IconSubtitlesLine.js +1 -0
- package/lib/IconSubtitlesSolid.js +3 -2
- package/lib/icon-font/Line/InstructureIcons-Line.css +92 -86
- package/lib/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/icon-font/Solid/InstructureIcons-Solid.css +92 -86
- package/lib/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/icons-data.json +1 -1
- package/lib/index.js +17 -3
- package/lib/svg/index.js +49 -1
- package/package.json +3 -3
- package/svg/Line/ai-colored.svg +19 -0
- package/svg/Line/compare.svg +6 -0
- package/svg/Solid/ai-colored.svg +19 -0
- package/svg/Solid/compare.svg +4 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconAiColoredLine.d.ts.map +1 -1
- package/types/IconAiColoredSolid.d.ts.map +1 -1
- package/types/IconCompareLine.d.ts +29 -0
- package/types/IconCompareLine.d.ts.map +1 -0
- package/types/IconCompareSolid.d.ts +29 -0
- package/types/IconCompareSolid.d.ts.map +1 -0
- package/types/index.d.ts +4 -2
- package/types/index.d.ts.map +1 -1
- package/types/svg/index.d.ts +782 -742
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [10.19.2-snapshot-
|
|
6
|
+
## [10.19.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-9) (2025-06-13)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -11,6 +11,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
* **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **ui-icons:** add compare icon, include ai-colored icon in the index, improve svg to jsx conversion ([13b6a04](https://github.com/instructure/instructure-ui/commit/13b6a041d8eabaa4597d626e2eaaf296e3e788c6))
|
|
17
|
+
|
|
18
|
+
|
|
14
19
|
|
|
15
20
|
|
|
16
21
|
|
package/es/IconAiColoredLine.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
var _g, _defs;
|
|
2
2
|
/*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
3
|
+
* The MIT License (MIT)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
* copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
* SOFTWARE.
|
|
24
|
+
*/
|
|
25
25
|
import { Component } from 'react';
|
|
26
26
|
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
27
27
|
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
@@ -44,46 +44,47 @@ class IconAiColoredLine extends Component {
|
|
|
44
44
|
viewBox: "0 0 1920 1920",
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: [_g || (_g = _jsxs("g", {
|
|
47
|
-
clipPath: "url(#
|
|
47
|
+
clipPath: "url(#clip0_11521_4097)",
|
|
48
48
|
children: [_jsx("path", {
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
d: "M960 0L1219.29 700.713L1920 960L1219.29 1219.29L960 1920L700.713 1219.29L0 960L700.713 700.713L960 0Z",
|
|
50
|
+
fill: "url(#paint0_linear_11521_4097)"
|
|
51
51
|
}), _jsx("path", {
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
d: "M1600 0L1686.43 233.571L1920 320L1686.43 406.429L1600 640L1513.57 406.429L1280 320L1513.57 233.571L1600 0Z",
|
|
53
|
+
fill: "url(#paint1_linear_11521_4097)"
|
|
54
54
|
})]
|
|
55
55
|
})), _defs || (_defs = _jsxs("defs", {
|
|
56
56
|
children: [_jsxs("linearGradient", {
|
|
57
|
-
id: "
|
|
58
|
-
x1: -476.25,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
y2: 3078.25,
|
|
57
|
+
id: "paint0_linear_11521_4097",
|
|
58
|
+
x1: "-476.25",
|
|
59
|
+
y1: "-392.727",
|
|
60
|
+
x2: "-7.61685",
|
|
61
|
+
y2: "3078.25",
|
|
62
62
|
gradientUnits: "userSpaceOnUse",
|
|
63
63
|
children: [_jsx("stop", {
|
|
64
64
|
stopColor: "#9E58BD"
|
|
65
65
|
}), _jsx("stop", {
|
|
66
|
-
offset: 1,
|
|
66
|
+
offset: "1",
|
|
67
67
|
stopColor: "#00828E"
|
|
68
68
|
})]
|
|
69
69
|
}), _jsxs("linearGradient", {
|
|
70
|
-
id: "
|
|
71
|
-
x1: 1121.25,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
y2: 1026.08,
|
|
70
|
+
id: "paint1_linear_11521_4097",
|
|
71
|
+
x1: "1121.25",
|
|
72
|
+
y1: "-130.909",
|
|
73
|
+
x2: "1277.46",
|
|
74
|
+
y2: "1026.08",
|
|
75
75
|
gradientUnits: "userSpaceOnUse",
|
|
76
76
|
children: [_jsx("stop", {
|
|
77
77
|
stopColor: "#9E58BD"
|
|
78
78
|
}), _jsx("stop", {
|
|
79
|
-
offset: 1,
|
|
79
|
+
offset: "1",
|
|
80
80
|
stopColor: "#00828E"
|
|
81
81
|
})]
|
|
82
82
|
}), _jsx("clipPath", {
|
|
83
|
-
id: "
|
|
84
|
-
children: _jsx("
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
id: "clip0_11521_4097",
|
|
84
|
+
children: _jsx("rect", {
|
|
85
|
+
width: "1920",
|
|
86
|
+
height: "1920",
|
|
87
|
+
fill: "white"
|
|
87
88
|
})
|
|
88
89
|
})]
|
|
89
90
|
}))]
|
package/es/IconAiColoredSolid.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
var _g, _defs;
|
|
2
2
|
/*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
3
|
+
* The MIT License (MIT)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
* copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
* SOFTWARE.
|
|
24
|
+
*/
|
|
25
25
|
import { Component } from 'react';
|
|
26
26
|
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
27
27
|
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
@@ -44,46 +44,47 @@ class IconAiColoredSolid extends Component {
|
|
|
44
44
|
viewBox: "0 0 1920 1920",
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: [_g || (_g = _jsxs("g", {
|
|
47
|
-
clipPath: "url(#
|
|
47
|
+
clipPath: "url(#clip0_11521_4097)",
|
|
48
48
|
children: [_jsx("path", {
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
d: "M960 0L1219.29 700.713L1920 960L1219.29 1219.29L960 1920L700.713 1219.29L0 960L700.713 700.713L960 0Z",
|
|
50
|
+
fill: "url(#paint0_linear_11521_4097)"
|
|
51
51
|
}), _jsx("path", {
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
d: "M1600 0L1686.43 233.571L1920 320L1686.43 406.429L1600 640L1513.57 406.429L1280 320L1513.57 233.571L1600 0Z",
|
|
53
|
+
fill: "url(#paint1_linear_11521_4097)"
|
|
54
54
|
})]
|
|
55
55
|
})), _defs || (_defs = _jsxs("defs", {
|
|
56
56
|
children: [_jsxs("linearGradient", {
|
|
57
|
-
id: "
|
|
58
|
-
x1: -476.25,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
y2: 3078.25,
|
|
57
|
+
id: "paint0_linear_11521_4097",
|
|
58
|
+
x1: "-476.25",
|
|
59
|
+
y1: "-392.727",
|
|
60
|
+
x2: "-7.61685",
|
|
61
|
+
y2: "3078.25",
|
|
62
62
|
gradientUnits: "userSpaceOnUse",
|
|
63
63
|
children: [_jsx("stop", {
|
|
64
64
|
stopColor: "#9E58BD"
|
|
65
65
|
}), _jsx("stop", {
|
|
66
|
-
offset: 1,
|
|
66
|
+
offset: "1",
|
|
67
67
|
stopColor: "#00828E"
|
|
68
68
|
})]
|
|
69
69
|
}), _jsxs("linearGradient", {
|
|
70
|
-
id: "
|
|
71
|
-
x1: 1121.25,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
y2: 1026.08,
|
|
70
|
+
id: "paint1_linear_11521_4097",
|
|
71
|
+
x1: "1121.25",
|
|
72
|
+
y1: "-130.909",
|
|
73
|
+
x2: "1277.46",
|
|
74
|
+
y2: "1026.08",
|
|
75
75
|
gradientUnits: "userSpaceOnUse",
|
|
76
76
|
children: [_jsx("stop", {
|
|
77
77
|
stopColor: "#9E58BD"
|
|
78
78
|
}), _jsx("stop", {
|
|
79
|
-
offset: 1,
|
|
79
|
+
offset: "1",
|
|
80
80
|
stopColor: "#00828E"
|
|
81
81
|
})]
|
|
82
82
|
}), _jsx("clipPath", {
|
|
83
|
-
id: "
|
|
84
|
-
children: _jsx("
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
id: "clip0_11521_4097",
|
|
84
|
+
children: _jsx("rect", {
|
|
85
|
+
width: "1920",
|
|
86
|
+
height: "1920",
|
|
87
|
+
fill: "white"
|
|
87
88
|
})
|
|
88
89
|
})]
|
|
89
90
|
}))]
|
package/es/IconAiLine.js
CHANGED
|
@@ -45,11 +45,13 @@ class IconAiLine extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _g || (_g = _jsxs("g", {
|
|
47
47
|
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
48
49
|
stroke: "none",
|
|
49
50
|
strokeWidth: "1",
|
|
50
51
|
children: [_jsx("path", {
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
clipRule: "evenodd",
|
|
54
|
+
d: "M1219.29 700.713L960 0L700.713 700.713L0 960L700.713 1219.29L960 1920L1219.29 1219.29L1920 960L1219.29 700.713ZM1134.23 785.768L960 314.915L785.768 785.768L314.915 960L785.768 1134.23L960 1605.09L1134.23 1134.23L1605.09 960L1134.23 785.768Z"
|
|
53
55
|
}), _jsx("path", {
|
|
54
56
|
d: "M1600 0L1686.43 233.571L1920 320L1686.43 406.429L1600 640L1513.57 406.429L1280 320L1513.57 233.571L1600 0Z"
|
|
55
57
|
})]
|
package/es/IconAiSolid.js
CHANGED
package/es/IconAnalyticsLine.js
CHANGED
|
@@ -45,16 +45,19 @@ class IconAnalyticsLine extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _g || (_g = _jsxs("g", {
|
|
47
47
|
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
48
49
|
stroke: "none",
|
|
49
50
|
strokeWidth: "1",
|
|
50
51
|
children: [_jsx("path", {
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
clipRule: "evenodd",
|
|
54
|
+
d: "M746.667 106.667V1493.33H1173.33V106.667H746.667ZM1056 224H864V1376H1056V224ZM106.667 533.333H533.333V1493.33H106.667V533.333ZM224 650.667H416V1376H224V650.667Z"
|
|
53
55
|
}), _jsx("path", {
|
|
54
56
|
d: "M1920 1706.67H0V1824H1920V1706.67Z"
|
|
55
57
|
}), _jsx("path", {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
+
fillRule: "evenodd",
|
|
59
|
+
clipRule: "evenodd",
|
|
60
|
+
d: "M1386.67 746.667H1813.33V1493.33H1386.67V746.667ZM1504 864H1696V1376H1504V864Z"
|
|
58
61
|
})]
|
|
59
62
|
}))
|
|
60
63
|
});
|
package/es/IconAnnotateLine.js
CHANGED
package/es/IconAnnotateSolid.js
CHANGED
package/es/IconAwardLine.js
CHANGED
|
@@ -45,13 +45,15 @@ class IconAwardLine extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _g || (_g = _jsxs("g", {
|
|
47
47
|
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
48
49
|
stroke: "none",
|
|
49
50
|
strokeWidth: "1",
|
|
50
51
|
children: [_jsx("path", {
|
|
51
52
|
d: "M1034.59 564.21L959.198 320L885.413 562.527H640L838.898 714.104L761.906 960L960.801 808.422L1159.7 960L1081.1 715.79L1280 564.21H1034.59Z"
|
|
52
53
|
}), _jsx("path", {
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M357.542 0H1562.46V119.181H1920V542.868C1920 655.236 1875.36 763.003 1795.91 842.46C1731.12 907.242 1647.52 948.879 1557.95 962.049C1544.78 1051.62 1503.15 1135.22 1438.36 1200C1360.45 1277.91 1255.32 1322.35 1145.33 1324.05V1496.31C1145.33 1510.38 1150.91 1523.87 1160.86 1533.81C1170.81 1543.76 1184.3 1549.35 1198.36 1549.35C1263.32 1549.35 1325.61 1575.15 1371.54 1621.08C1417.47 1667.01 1443.28 1729.31 1443.28 1794.26V1920H476.723V1794.26C476.723 1729.31 502.528 1667.01 548.458 1621.08C594.388 1575.15 656.682 1549.35 721.639 1549.35C735.705 1549.35 749.195 1543.76 759.14 1533.81C769.086 1523.87 774.674 1510.38 774.674 1496.31V1324.05C664.677 1322.35 559.547 1277.91 481.637 1200C416.854 1135.22 375.218 1051.62 362.048 962.049C272.477 948.879 188.877 907.242 124.095 842.46C44.6379 763.003 0 655.236 0 542.868V119.181H357.542V0ZM489.832 132.29V900.41C489.832 977.693 520.533 1051.81 575.18 1106.46C629.828 1161.11 703.946 1191.81 781.229 1191.81H906.964V1496.31C906.964 1545.46 887.439 1592.6 852.684 1627.36C817.928 1662.11 770.79 1681.64 721.639 1681.64C691.77 1681.64 663.123 1693.5 642.001 1714.63C622.429 1734.2 610.805 1760.23 609.204 1787.71H1310.8C1309.2 1760.23 1297.57 1734.2 1278 1714.63C1256.88 1693.5 1228.23 1681.64 1198.36 1681.64C1149.21 1681.64 1102.07 1662.11 1067.32 1627.36C1032.56 1592.6 1013.04 1545.46 1013.04 1496.31V1191.81H1138.77C1216.05 1191.81 1290.17 1161.11 1344.82 1106.46C1399.47 1051.81 1430.17 977.693 1430.17 900.41V132.29H489.832ZM357.542 251.471H132.29V542.868C132.29 620.151 162.991 694.269 217.638 748.917C256.412 787.69 304.988 814.409 357.542 826.659V251.471ZM1562.46 826.659V251.471H1787.71V542.868C1787.71 620.151 1757.01 694.269 1702.36 748.917C1663.59 787.69 1615.01 814.409 1562.46 826.659Z"
|
|
55
57
|
})]
|
|
56
58
|
}))
|
|
57
59
|
});
|
package/es/IconAwardSolid.js
CHANGED
|
@@ -44,8 +44,9 @@ class IconAwardSolid extends Component {
|
|
|
44
44
|
viewBox: "0 0 1920 1920",
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _path || (_path = _jsx("path", {
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M357.542 0H1562.46V119.181H1920V542.868C1920 655.236 1875.36 763.003 1795.91 842.46C1731.12 907.242 1647.52 948.879 1557.95 962.049C1544.78 1051.62 1503.15 1135.22 1438.36 1200C1360.45 1277.91 1255.32 1322.35 1145.33 1324.05V1496.31C1145.33 1510.38 1150.91 1523.87 1160.86 1533.81C1170.81 1543.76 1184.3 1549.35 1198.36 1549.35C1263.32 1549.35 1325.61 1575.15 1371.54 1621.08C1417.47 1667.01 1443.28 1729.31 1443.28 1794.26V1920H476.723V1794.26C476.723 1729.31 502.528 1667.01 548.458 1621.08C594.388 1575.15 656.682 1549.35 721.639 1549.35C735.705 1549.35 749.195 1543.76 759.14 1533.81C769.086 1523.87 774.674 1510.38 774.674 1496.31V1324.05C664.677 1322.35 559.547 1277.91 481.637 1200C416.854 1135.22 375.218 1051.62 362.048 962.049C272.477 948.879 188.877 907.242 124.095 842.46C44.6379 763.003 0 655.236 0 542.868V119.181H357.542V0ZM357.542 251.471H132.29V542.868C132.29 620.151 162.991 694.269 217.638 748.917C256.412 787.69 304.988 814.409 357.542 826.659V251.471ZM1562.46 826.659V251.471H1787.71V542.868C1787.71 620.151 1757.01 694.269 1702.36 748.917C1663.59 787.69 1615.01 814.409 1562.46 826.659ZM959.198 320L1034.59 564.21H1280L1081.1 715.79L1159.7 960L960.801 808.422L761.906 960L838.898 714.104L640 562.527H885.413L959.198 320Z"
|
|
49
50
|
}))
|
|
50
51
|
});
|
|
51
52
|
}
|
package/es/IconBankLine.js
CHANGED
|
@@ -45,6 +45,7 @@ class IconBankLine extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _g || (_g = _jsxs("g", {
|
|
47
47
|
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
48
49
|
stroke: "none",
|
|
49
50
|
strokeWidth: "1",
|
|
50
51
|
children: [_jsx("path", {
|
|
@@ -52,8 +53,9 @@ class IconBankLine extends Component {
|
|
|
52
53
|
}), _jsx("path", {
|
|
53
54
|
d: "M0 212.743H410.667V319.447H107V1759.94C107 1789.39 131.074 1813.3 160.499 1813.3H1552.99C1578.35 1813.3 1600.39 1795.26 1605.42 1770.4L1789.35 852.965H595.872L340.25 1669.14L238.065 1637.34L517.334 746.261H1920L1710.39 1791.32C1695.41 1865.9 1629.18 1920 1552.99 1920H160.499C72.0107 1920 0 1848.19 0 1759.94V212.743Z"
|
|
54
55
|
}), _jsx("path", {
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
d: "M693.333 425.486C693.333 337.365 764.968 265.929 853.333 265.929C941.699 265.929 1013.33 337.365 1013.33 425.486C1013.33 513.607 941.699 585.044 853.333 585.044C764.968 585.044 693.333 513.607 693.333 425.486ZM853.333 372.301C823.878 372.301 800 396.113 800 425.486C800 454.86 823.878 478.672 853.333 478.672C882.788 478.672 906.667 454.86 906.667 425.486C906.667 396.113 882.788 372.301 853.333 372.301Z"
|
|
57
59
|
}), _jsx("path", {
|
|
58
60
|
d: "M1386.67 372.301H1120V478.672H1386.67V372.301Z"
|
|
59
61
|
})]
|
package/es/IconBankSolid.js
CHANGED
|
@@ -45,13 +45,15 @@ class IconBankSolid extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _g || (_g = _jsxs("g", {
|
|
47
47
|
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
48
49
|
stroke: "none",
|
|
49
50
|
strokeWidth: "1",
|
|
50
51
|
children: [_jsx("path", {
|
|
51
52
|
d: "M933.333 368.375C903.878 368.375 880 392.277 880 421.762C880 451.247 903.878 475.15 933.333 475.15C962.788 475.15 986.667 451.247 986.667 421.762C986.667 392.277 962.788 368.375 933.333 368.375Z"
|
|
52
53
|
}), _jsx("path", {
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M0 213.55H517.333V632.308H624V0H1600V747.424H516.667L234.126 1633.06L337.468 1665.34L596.094 854.199H1920L1729.66 1789.36C1714.51 1865.08 1647.52 1920 1570.48 1920H162.318C72.8265 1920 0 1847.1 0 1757.52V213.55ZM773.333 421.762C773.333 333.307 844.968 261.6 933.333 261.6C1021.7 261.6 1093.33 333.307 1093.33 421.762C1093.33 510.217 1021.7 581.925 933.333 581.925C844.968 581.925 773.333 510.217 773.333 421.762ZM1200 368.375H1466.67V475.15H1200V368.375Z"
|
|
55
57
|
})]
|
|
56
58
|
}))
|
|
57
59
|
});
|
|
@@ -45,7 +45,8 @@ class IconButtonAndIconMakerLine extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _path || (_path = _jsx("path", {
|
|
47
47
|
d: "M0 426.667C0 191.025 191.025 0 426.667 0c235.641 0 426.666 191.025 426.666 426.667 0 235.641-191.025 426.666-426.666 426.666C191.025 853.333 0 662.308 0 426.667zm426.667 320c-176.731 0-320-143.269-320-320s143.269-320 320-320 320 143.269 320 320-143.269 320-320 320zM0 1920v-853.33h853.333V1920H0zm106.667-106.67v-640h640v640h-640zM1920 853.333 1440 0 960 853.333h960zm-182.38-106.666L1440 217.571l-297.62 529.096h595.24zM1386.67 1920v-373.33h-373.34V1440h373.34v-373.33h106.66V1440h373.34v106.67h-373.34V1920h-106.66Z",
|
|
48
|
-
fillRule: "evenodd"
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd"
|
|
49
50
|
}))
|
|
50
51
|
});
|
|
51
52
|
}
|
package/es/IconChartPieLine.js
CHANGED
|
@@ -45,11 +45,13 @@ class IconChartPieLine extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _g || (_g = _jsxs("g", {
|
|
47
47
|
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
48
49
|
stroke: "none",
|
|
49
50
|
strokeWidth: "1",
|
|
50
51
|
children: [_jsx("path", {
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
clipRule: "evenodd",
|
|
54
|
+
d: "M960 1920C1490.19 1920 1920 1490.19 1920 960C1920 429.807 1490.19 0 960 0C429.807 0 0 429.807 0 960C0 1490.19 429.807 1920 960 1920ZM960 1813.33C1431.28 1813.33 1813.33 1431.28 1813.33 960C1813.33 488.717 1431.28 106.667 960 106.667C488.717 106.667 106.667 488.717 106.667 960C106.667 1431.28 488.717 1813.33 960 1813.33Z"
|
|
53
55
|
}), _jsx("path", {
|
|
54
56
|
d: "M960 1013.33C930.545 1013.33 906.666 989.455 906.666 960L906.666 53.3383C906.666 23.8832 930.545 0.00507242 960 0.00507113C989.455 0.00506984 1013.33 23.8832 1013.33 53.3384L1013.33 960C1013.33 989.455 989.455 1013.33 960 1013.33Z"
|
|
55
57
|
}), _jsx("path", {
|
|
@@ -45,6 +45,7 @@ class IconChartScatterLine extends Component {
|
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _g || (_g = _jsxs("g", {
|
|
47
47
|
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
48
49
|
stroke: "none",
|
|
49
50
|
strokeWidth: "1",
|
|
50
51
|
children: [_jsx("path", {
|
|
@@ -52,8 +53,9 @@ class IconChartScatterLine extends Component {
|
|
|
52
53
|
}), _jsx("path", {
|
|
53
54
|
d: "M1866.67 1813.33C1896.12 1813.33 1920 1837.21 1920 1866.67C1920 1896.12 1896.12 1920 1866.67 1920H53.3333C23.8781 1920 0 1896.12 0 1866.67C1.28753e-06 1837.21 23.8781 1813.33 53.3333 1813.33L1866.67 1813.33Z"
|
|
54
55
|
}), _jsx("path", {
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
d: "M445.415 1280C533.78 1280 605.415 1208.37 605.415 1120 605.415 1031.63 533.78 960 445.415 960 357.049 960 285.415 1031.63 285.415 1120 285.415 1208.37 357.049 1280 445.415 1280ZM445.415 1173.33C474.87 1173.33 498.748 1149.46 498.748 1120 498.748 1090.54 474.87 1066.67 445.415 1066.67 415.959 1066.67 392.081 1090.54 392.081 1120 392.081 1149.46 415.959 1173.33 445.415 1173.33ZM1280 1645.8C1368.37 1645.8 1440 1574.16 1440 1485.8 1440 1397.43 1368.37 1325.8 1280 1325.8 1191.63 1325.8 1120 1397.43 1120 1485.8 1120 1574.16 1191.63 1645.8 1280 1645.8ZM1280 1539.13C1309.46 1539.13 1333.33 1515.25 1333.33 1485.8 1333.33 1456.34 1309.46 1432.46 1280 1432.46 1250.54 1432.46 1226.67 1456.34 1226.67 1485.8 1226.67 1515.25 1250.54 1539.13 1280 1539.13ZM445.415 502.331C533.78 502.331 605.415 430.697 605.415 342.331 605.415 253.966 533.78 182.331 445.415 182.331 357.049 182.331 285.415 253.966 285.415 342.331 285.415 430.697 357.049 502.331 445.415 502.331ZM445.415 395.665C474.87 395.665 498.748 371.786 498.748 342.331 498.748 312.876 474.87 288.998 445.415 288.998 415.959 288.998 392.081 312.876 392.081 342.331 392.081 371.786 415.959 395.665 445.415 395.665ZM1722.17 1280C1810.54 1280 1882.17 1208.37 1882.17 1120 1882.17 1031.63 1810.54 960 1722.17 960 1633.81 960 1562.17 1031.63 1562.17 1120 1562.17 1208.37 1633.81 1280 1722.17 1280ZM1722.17 1173.33C1751.63 1173.33 1775.5 1149.46 1775.5 1120 1775.5 1090.54 1751.63 1066.67 1722.17 1066.67 1692.72 1066.67 1668.84 1090.54 1668.84 1120 1668.84 1149.46 1692.72 1173.33 1722.17 1173.33ZM995.616 1044.58C1083.98 1044.58 1155.62 972.946 1155.62 884.581 1155.62 796.215 1083.98 724.581 995.616 724.581 907.251 724.581 835.616 796.215 835.616 884.581 835.616 972.946 907.251 1044.58 995.616 1044.58ZM995.616 937.914C1025.07 937.914 1048.95 914.036 1048.95 884.581 1048.95 855.126 1025.07 831.247 995.616 831.247 966.161 831.247 942.283 855.126 942.283 884.581 942.283 914.036 966.161 937.914 995.616 937.914Z"
|
|
57
59
|
})]
|
|
58
60
|
}))
|
|
59
61
|
});
|
|
@@ -44,8 +44,9 @@ class IconCloudUploadLine extends Component {
|
|
|
44
44
|
viewBox: "0 0 1920 1920",
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _path || (_path = _jsx("path", {
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M1451.06 557.963C1456.76 557.07 1462.44 556.179 1468.24 556.179C1717.38 556.179 1920 761.2 1920 1013.31C1920 1265.41 1717.38 1470.43 1468.24 1470.43H1355.29V1356.15H1468.24C1655.04 1356.15 1807.06 1202.33 1807.06 1013.31C1807.06 824.283 1655.04 670.46 1468.24 670.46C1467.28 670.46 1466.34 670.632 1465.41 670.803C1464.48 670.975 1463.55 671.146 1462.59 671.146C1463.2 676.832 1463.97 682.485 1464.73 688.143C1466.48 701.135 1468.24 714.146 1468.24 727.601C1468.24 772.4 1462.48 816.855 1451.29 859.825L1342.08 830.569C1350.78 797.084 1355.29 762.571 1355.29 727.601C1355.29 507.038 1177.98 327.616 960 327.616C747.558 327.616 574.871 498.581 566.287 711.373C604.574 730.115 640.602 753.772 671.887 784.628L592.941 866.339C539.746 813.77 469.609 784.742 395.294 784.742C239.661 784.742 112.941 912.852 112.941 1070.45C112.941 1228.04 239.661 1356.15 395.294 1356.15H564.706V1470.43H395.294C177.318 1470.43 0 1291.01 0 1070.45C0 849.883 177.318 670.46 395.294 670.46C416.188 670.46 436.631 673.203 456.847 676.517C482.598 417.098 697.073 213.334 960 213.334C1181.82 213.334 1368.85 358.7 1438.08 559.607C1442.45 559.312 1446.76 558.637 1451.06 557.963ZM717.572 1282.27L637.722 1201.47L960.056 875.31L1282.28 1201.47L1202.43 1282.27L1016.53 1094.16V1813.33H903.586V1094.16L717.572 1282.27Z"
|
|
49
50
|
}))
|
|
50
51
|
});
|
|
51
52
|
}
|
|
@@ -44,8 +44,9 @@ class IconCloudUploadSolid extends Component {
|
|
|
44
44
|
viewBox: "0 0 1920 1920",
|
|
45
45
|
elementRef: this.handleRef,
|
|
46
46
|
children: _path || (_path = _jsx("path", {
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M1451.06 557.975C1456.76 557.082 1462.44 556.191 1468.24 556.191C1717.38 556.191 1920 761.334 1920 1013.33C1920 1265.33 1717.38 1470.48 1468.24 1470.48H1016.47V1094.13L1202.37 1282.36L1282.33 1201.45L960 875.391L637.666 1201.45L717.628 1282.36L903.529 1094.13V1470.48H395.294C177.318 1470.48 0 1291.05 0 1070.48C0 849.905 177.318 670.477 395.294 670.477C416.188 670.477 436.631 673.22 456.847 676.534C482.598 417.105 697.073 213.334 960 213.334C1181.82 213.334 1368.85 358.705 1438.08 559.62C1442.45 559.325 1446.76 558.649 1451.06 557.975ZM1016.47 1813.33H903.53V1470.48H1016.47V1813.33Z"
|
|
49
50
|
}))
|
|
50
51
|
});
|
|
51
52
|
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
var _path, _path2, _path3, _path4;
|
|
2
|
+
/*
|
|
3
|
+
* The MIT License (MIT)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
* copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
* SOFTWARE.
|
|
24
|
+
*/
|
|
25
|
+
import { Component } from 'react';
|
|
26
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
27
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
28
|
+
class IconCompareLine extends Component {
|
|
29
|
+
constructor(...args) {
|
|
30
|
+
super(...args);
|
|
31
|
+
this.ref = null;
|
|
32
|
+
this.handleRef = el => {
|
|
33
|
+
const elementRef = this.props.elementRef;
|
|
34
|
+
this.ref = el;
|
|
35
|
+
if (typeof elementRef === 'function') {
|
|
36
|
+
elementRef(el);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
render() {
|
|
41
|
+
return _jsxs(SVGIcon, {
|
|
42
|
+
...this.props,
|
|
43
|
+
name: "IconCompare",
|
|
44
|
+
viewBox: "0 0 1920 1920",
|
|
45
|
+
elementRef: this.handleRef,
|
|
46
|
+
children: [_path || (_path = _jsx("path", {
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M53.3333 1620C23.8781 1620 -3.5125e-07 1596.12 0 1566.67L2.16238e-05 53.3334C2.1975e-05 23.8782 23.8782 -3.5125e-07 53.3334 0L853.333 9.5399e-06C882.788 9.89115e-06 906.667 23.8782 906.667 53.3334V1566.67C906.667 1596.12 882.788 1620 853.333 1620H53.3333ZM149.333 1513.33C125.769 1513.33 106.667 1494.23 106.667 1470.67L106.667 149.333C106.667 125.769 125.769 106.667 149.333 106.667H757.333C780.897 106.667 800 125.769 800 149.333V1470.67C800 1494.23 780.897 1513.33 757.333 1513.33H149.333Z"
|
|
50
|
+
})), _path2 || (_path2 = _jsx("path", {
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
clipRule: "evenodd",
|
|
53
|
+
d: "M1066.67 1920C1037.21 1920 1013.33 1896.12 1013.33 1866.67V353.333C1013.33 323.878 1037.21 300 1066.67 300L1866.67 300C1896.12 300 1920 323.878 1920 353.333V1866.67C1920 1896.12 1896.12 1920 1866.67 1920H1066.67ZM1162.67 1813.33C1139.1 1813.33 1120 1794.23 1120 1770.67V449.333C1120 425.769 1139.1 406.667 1162.67 406.667L1770.67 406.667C1794.23 406.667 1813.33 425.769 1813.33 449.333V1770.67C1813.33 1794.23 1794.23 1813.33 1770.67 1813.33H1162.67Z"
|
|
54
|
+
})), _path3 || (_path3 = _jsx("path", {
|
|
55
|
+
fillRule: "evenodd",
|
|
56
|
+
clipRule: "evenodd",
|
|
57
|
+
d: "M495.892 1050L420.799 974.854L542.573 853.133L164.134 853.133V746.867L542.573 746.867L420.799 625.146L495.892 550L745.866 800.027L495.892 1050Z"
|
|
58
|
+
})), _path4 || (_path4 = _jsx("path", {
|
|
59
|
+
fillRule: "evenodd",
|
|
60
|
+
clipRule: "evenodd",
|
|
61
|
+
d: "M1415.11 838L1490.2 913.146L1368.43 1034.87H1746.87V1141.13H1368.43L1490.2 1262.85L1415.11 1338L1165.13 1087.97L1415.11 838Z"
|
|
62
|
+
}))]
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
IconCompareLine.glyphName = 'compare';
|
|
67
|
+
IconCompareLine.variant = 'Line';
|
|
68
|
+
IconCompareLine.displayName = 'IconCompareLine';
|
|
69
|
+
// eslint-disable-next-line react/forbid-foreign-prop-types
|
|
70
|
+
IconCompareLine.propTypes = {
|
|
71
|
+
...SVGIcon.propTypes
|
|
72
|
+
};
|
|
73
|
+
IconCompareLine.allowedProps = [...SVGIcon.allowedProps];
|
|
74
|
+
export default IconCompareLine;
|
|
75
|
+
export { IconCompareLine };
|