@synerise/ds-icon 1.10.1 → 1.11.1
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 +10 -0
- package/dist/icons/L/index.d.ts +39 -39
- package/dist/icons/L/index.js +39 -39
- package/dist/icons/M/ShareColorM.d.ts +3 -0
- package/dist/icons/M/ShareColorM.js +24 -0
- package/dist/icons/M/index.d.ts +449 -448
- package/dist/icons/M/index.js +449 -448
- package/dist/icons/XL/index.d.ts +62 -62
- package/dist/icons/XL/index.js +62 -62
- package/dist/icons/additional/index.d.ts +52 -52
- package/dist/icons/additional/index.js +53 -53
- package/dist/icons/colorIcons/index.d.ts +4 -4
- package/dist/icons/colorIcons/index.js +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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
|
+
## [1.11.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.11.0...@synerise/ds-icon@1.11.1) (2026-02-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-icon
|
|
9
|
+
|
|
10
|
+
# [1.11.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.10.1...@synerise/ds-icon@1.11.0) (2026-02-02)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **icon:** new app menu icon ([bc696eb](https://github.com/Synerise/synerise-design/commit/bc696ebc1bb6f5c5cd3d9800debd12babfe528b4))
|
|
15
|
+
|
|
6
16
|
## [1.10.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.10.0...@synerise/ds-icon@1.10.1) (2026-01-29)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @synerise/ds-icon
|
package/dist/icons/L/index.d.ts
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as TimeL } from './TimeL';
|
|
1
|
+
export { default as VideoL } from './VideoL';
|
|
3
2
|
export { default as WarningL } from './WarningL';
|
|
4
|
-
export { default as
|
|
3
|
+
export { default as TooltipL } from './TooltipL';
|
|
5
4
|
export { default as TextL } from './TextL';
|
|
6
|
-
export { default as
|
|
5
|
+
export { default as TimeL } from './TimeL';
|
|
6
|
+
export { default as TextareaL } from './TextareaL';
|
|
7
7
|
export { default as TableL } from './TableL';
|
|
8
8
|
export { default as StackedL } from './StackedL';
|
|
9
|
+
export { default as SliderL } from './SliderL';
|
|
10
|
+
export { default as SelectL } from './SelectL';
|
|
9
11
|
export { default as ShowL } from './ShowL';
|
|
10
12
|
export { default as SectionL } from './SectionL';
|
|
11
|
-
export { default as TextareaL } from './TextareaL';
|
|
12
13
|
export { default as Section13L } from './Section13L';
|
|
13
|
-
export { default as SelectL } from './SelectL';
|
|
14
|
-
export { default as Section37L } from './Section37L';
|
|
15
|
-
export { default as SliderL } from './SliderL';
|
|
16
|
-
export { default as Section12L } from './Section12L';
|
|
17
14
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
18
|
-
export { default as
|
|
15
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
19
16
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
17
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
18
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
20
19
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
22
20
|
export { default as RadioL } from './RadioL';
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as NavbarL } from './NavbarL';
|
|
21
|
+
export { default as Section12L } from './Section12L';
|
|
25
22
|
export { default as QuoteL } from './QuoteL';
|
|
26
23
|
export { default as NoData } from './NoData';
|
|
27
|
-
export { default as
|
|
24
|
+
export { default as NavbarL } from './NavbarL';
|
|
25
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
26
|
+
export { default as MultilineL } from './MultilineL';
|
|
28
27
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
28
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
29
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
30
|
+
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
29
31
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
|
-
export { default as
|
|
32
|
+
export { default as PieL } from './PieL';
|
|
31
33
|
export { default as MobileClickL } from './MobileClickL';
|
|
32
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
33
34
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
|
-
export { default as
|
|
35
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
36
|
export { default as LineL } from './LineL';
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
38
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
39
|
-
export { default as InputL } from './InputL';
|
|
40
|
-
export { default as InfoL } from './InfoL';
|
|
41
|
-
export { default as LabelL } from './LabelL';
|
|
37
|
+
export { default as LinkL } from './LinkL';
|
|
42
38
|
export { default as LandingPageL } from './LandingPageL';
|
|
43
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
44
39
|
export { default as LocationL } from './LocationL';
|
|
45
|
-
export { default as
|
|
40
|
+
export { default as LabelL } from './LabelL';
|
|
41
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
42
|
+
export { default as InfoL } from './InfoL';
|
|
46
43
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
47
|
-
export { default as
|
|
44
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
45
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
46
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
47
|
+
export { default as ImageL } from './ImageL';
|
|
48
48
|
export { default as FormL } from './FormL';
|
|
49
|
+
export { default as InputL } from './InputL';
|
|
50
|
+
export { default as HideL } from './HideL';
|
|
49
51
|
export { default as FormGroupL } from './FormGroupL';
|
|
50
|
-
export { default as HashL } from './HashL';
|
|
51
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
52
|
-
export { default as FormEditL } from './FormEditL';
|
|
53
|
-
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
54
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
55
52
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
56
|
-
export { default as
|
|
53
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
57
54
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as ColumnL } from './ColumnL';
|
|
55
|
+
export { default as HashL } from './HashL';
|
|
60
56
|
export { default as CountdownL } from './CountdownL';
|
|
61
57
|
export { default as FolderL } from './FolderL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
58
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
59
|
+
export { default as FormEditL } from './FormEditL';
|
|
60
|
+
export { default as ColumnL } from './ColumnL';
|
|
61
|
+
export { default as DividerL } from './DividerL';
|
|
64
62
|
export { default as CloseL } from './CloseL';
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
63
|
+
export { default as ComboL } from './ComboL';
|
|
64
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
65
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
67
66
|
export { default as CheckL } from './CheckL';
|
|
68
67
|
export { default as BrowserL } from './BrowserL';
|
|
69
|
-
export { default as AddL } from './AddL';
|
|
70
68
|
export { default as ButtonL } from './ButtonL';
|
|
69
|
+
export { default as AddL } from './AddL';
|
|
70
|
+
export { default as Section37L } from './Section37L';
|
package/dist/icons/L/index.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as TimeL } from './TimeL';
|
|
1
|
+
export { default as VideoL } from './VideoL';
|
|
3
2
|
export { default as WarningL } from './WarningL';
|
|
4
|
-
export { default as
|
|
3
|
+
export { default as TooltipL } from './TooltipL';
|
|
5
4
|
export { default as TextL } from './TextL';
|
|
6
|
-
export { default as
|
|
5
|
+
export { default as TimeL } from './TimeL';
|
|
6
|
+
export { default as TextareaL } from './TextareaL';
|
|
7
7
|
export { default as TableL } from './TableL';
|
|
8
8
|
export { default as StackedL } from './StackedL';
|
|
9
|
+
export { default as SliderL } from './SliderL';
|
|
10
|
+
export { default as SelectL } from './SelectL';
|
|
9
11
|
export { default as ShowL } from './ShowL';
|
|
10
12
|
export { default as SectionL } from './SectionL';
|
|
11
|
-
export { default as TextareaL } from './TextareaL';
|
|
12
13
|
export { default as Section13L } from './Section13L';
|
|
13
|
-
export { default as SelectL } from './SelectL';
|
|
14
|
-
export { default as Section37L } from './Section37L';
|
|
15
|
-
export { default as SliderL } from './SliderL';
|
|
16
|
-
export { default as Section12L } from './Section12L';
|
|
17
14
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
18
|
-
export { default as
|
|
15
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
19
16
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
17
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
18
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
20
19
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
22
20
|
export { default as RadioL } from './RadioL';
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as NavbarL } from './NavbarL';
|
|
21
|
+
export { default as Section12L } from './Section12L';
|
|
25
22
|
export { default as QuoteL } from './QuoteL';
|
|
26
23
|
export { default as NoData } from './NoData';
|
|
27
|
-
export { default as
|
|
24
|
+
export { default as NavbarL } from './NavbarL';
|
|
25
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
26
|
+
export { default as MultilineL } from './MultilineL';
|
|
28
27
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
28
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
29
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
30
|
+
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
29
31
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
|
-
export { default as
|
|
32
|
+
export { default as PieL } from './PieL';
|
|
31
33
|
export { default as MobileClickL } from './MobileClickL';
|
|
32
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
33
34
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
|
-
export { default as
|
|
35
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
36
|
export { default as LineL } from './LineL';
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
38
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
39
|
-
export { default as InputL } from './InputL';
|
|
40
|
-
export { default as InfoL } from './InfoL';
|
|
41
|
-
export { default as LabelL } from './LabelL';
|
|
37
|
+
export { default as LinkL } from './LinkL';
|
|
42
38
|
export { default as LandingPageL } from './LandingPageL';
|
|
43
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
44
39
|
export { default as LocationL } from './LocationL';
|
|
45
|
-
export { default as
|
|
40
|
+
export { default as LabelL } from './LabelL';
|
|
41
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
42
|
+
export { default as InfoL } from './InfoL';
|
|
46
43
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
47
|
-
export { default as
|
|
44
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
45
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
46
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
47
|
+
export { default as ImageL } from './ImageL';
|
|
48
48
|
export { default as FormL } from './FormL';
|
|
49
|
+
export { default as InputL } from './InputL';
|
|
50
|
+
export { default as HideL } from './HideL';
|
|
49
51
|
export { default as FormGroupL } from './FormGroupL';
|
|
50
|
-
export { default as HashL } from './HashL';
|
|
51
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
52
|
-
export { default as FormEditL } from './FormEditL';
|
|
53
|
-
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
54
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
55
52
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
56
|
-
export { default as
|
|
53
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
57
54
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as ColumnL } from './ColumnL';
|
|
55
|
+
export { default as HashL } from './HashL';
|
|
60
56
|
export { default as CountdownL } from './CountdownL';
|
|
61
57
|
export { default as FolderL } from './FolderL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
58
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
59
|
+
export { default as FormEditL } from './FormEditL';
|
|
60
|
+
export { default as ColumnL } from './ColumnL';
|
|
61
|
+
export { default as DividerL } from './DividerL';
|
|
64
62
|
export { default as CloseL } from './CloseL';
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
63
|
+
export { default as ComboL } from './ComboL';
|
|
64
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
65
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
67
66
|
export { default as CheckL } from './CheckL';
|
|
68
67
|
export { default as BrowserL } from './BrowserL';
|
|
68
|
+
export { default as ButtonL } from './ButtonL';
|
|
69
69
|
export { default as AddL } from './AddL';
|
|
70
|
-
export { default as
|
|
70
|
+
export { default as Section37L } from './Section37L';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
var ShareColorM = function ShareColorM(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"data-testid": "ds-icon-share-color-m",
|
|
9
|
+
className: "share-color-m ds-icon-set-medium"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M16.6595 8.66182C15.5925 8.6642 14.5914 9.17776 13.9671 10.0429L10.5798 8.10693C10.9918 6.43498 10.0822 4.72029 8.46675 4.12396C6.85132 3.52763 5.04572 4.23999 4.27262 5.77867C3.49951 7.31735 4.00566 9.19124 5.44831 10.1314C6.89097 11.0716 8.80968 10.778 9.90519 9.44948L13.3771 11.4337C13.3006 11.8067 13.3005 12.1912 13.3766 12.5642L9.87101 14.5116C8.74509 13.1752 6.79422 12.8995 5.34206 13.8715C3.88991 14.8435 3.40118 16.7522 4.20748 18.3025C5.01378 19.8528 6.85707 20.5486 8.4867 19.9178C10.1163 19.287 11.0108 17.5315 10.5632 15.8424L13.963 13.9541C14.8877 15.2298 16.579 15.6843 18.0186 15.044C19.4582 14.4036 20.2532 12.8432 19.9251 11.3022C19.5969 9.76116 18.235 8.66005 16.6595 8.66182Z",
|
|
12
|
+
fill: "#FFAB9E"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M5.3461 13.8725C6.7982 12.9006 8.74849 13.176 9.87442 14.5122L9.87735 14.5102L9.88321 14.521L10.5756 15.8364L10.5668 15.8432C11.0143 17.5323 10.1201 19.2876 8.49063 19.9184C6.86104 20.5492 5.01766 19.8534 4.21134 18.3032C3.40504 16.7529 3.89394 14.8445 5.3461 13.8725Z",
|
|
15
|
+
fill: "#CF1413"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M8.39013 4.10843C10.0387 4.68774 10.9877 6.41366 10.5935 8.11595L10.5968 8.11712L10.5917 8.12825L9.95413 9.4711L9.94339 9.46817C8.85999 10.839 6.91903 11.1759 5.43715 10.2502C3.95522 9.32423 3.40672 7.43181 4.16389 5.85697C4.92112 4.28211 6.7415 3.52911 8.39013 4.10843Z",
|
|
18
|
+
fill: "#FF5A4D"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M15.169 15.2416C13.5857 14.5024 12.8117 12.6912 13.372 11.0362L13.3688 11.0347L13.375 11.0241L14.142 9.75076L14.1524 9.75474C15.3658 8.49751 17.3306 8.35388 18.7138 9.42143C20.0971 10.4891 20.4561 12.4265 19.5472 13.9189C18.6382 15.4113 16.7523 15.9809 15.169 15.2416Z",
|
|
21
|
+
fill: "#FF5A4D"
|
|
22
|
+
}));
|
|
23
|
+
};
|
|
24
|
+
export default ShareColorM;
|