@entur/icons 9.0.0 → 9.0.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/dist/index.esm.js +25 -26
- package/dist/index.esm.native.js +13 -14
- package/dist/index.js +25 -26
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -1302,8 +1302,8 @@ function DenmarkIcon(props, ref) {
|
|
|
1302
1302
|
viewBox: "0 0 16 16",
|
|
1303
1303
|
width: props.width || props.size || '1em',
|
|
1304
1304
|
height: props.height || props.size || '1em',
|
|
1305
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1306
|
-
color: props.color
|
|
1305
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__DenmarkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1306
|
+
color: props.color,
|
|
1307
1307
|
inline: undefined,
|
|
1308
1308
|
ref: ref
|
|
1309
1309
|
}), /*#__PURE__*/React.createElement("g", {
|
|
@@ -1345,8 +1345,8 @@ function SamiIcon(props, ref) {
|
|
|
1345
1345
|
viewBox: "0 0 16 16",
|
|
1346
1346
|
width: props.width || props.size || '1em',
|
|
1347
1347
|
height: props.height || props.size || '1em',
|
|
1348
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1349
|
-
color: props.color
|
|
1348
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SamiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1349
|
+
color: props.color,
|
|
1350
1350
|
inline: undefined,
|
|
1351
1351
|
ref: ref
|
|
1352
1352
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -1382,8 +1382,8 @@ function SwedenIcon(props, ref) {
|
|
|
1382
1382
|
viewBox: "0 0 16 16",
|
|
1383
1383
|
width: props.width || props.size || '1em',
|
|
1384
1384
|
height: props.height || props.size || '1em',
|
|
1385
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1386
|
-
color: props.color
|
|
1385
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SwedenIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1386
|
+
color: props.color,
|
|
1387
1387
|
inline: undefined,
|
|
1388
1388
|
ref: ref
|
|
1389
1389
|
}), /*#__PURE__*/React.createElement("g", {
|
|
@@ -1406,8 +1406,8 @@ function UKIcon(props, ref) {
|
|
|
1406
1406
|
viewBox: "0 0 14 10",
|
|
1407
1407
|
width: props.width || props.size || '1em',
|
|
1408
1408
|
height: props.height || props.size || '1em',
|
|
1409
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1410
|
-
color: props.color
|
|
1409
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__UKIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1410
|
+
color: props.color,
|
|
1411
1411
|
inline: undefined,
|
|
1412
1412
|
ref: ref
|
|
1413
1413
|
}), /*#__PURE__*/React.createElement("g", {
|
|
@@ -1468,8 +1468,8 @@ function LogoNegativeIcon(props, ref) {
|
|
|
1468
1468
|
viewBox: "0 0 16 16",
|
|
1469
1469
|
width: props.width || props.size || '1em',
|
|
1470
1470
|
height: props.height || props.size || '1em',
|
|
1471
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1472
|
-
color: props.color
|
|
1471
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoNegativeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1472
|
+
color: props.color,
|
|
1473
1473
|
inline: undefined,
|
|
1474
1474
|
ref: ref
|
|
1475
1475
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -1490,8 +1490,8 @@ function LogoPositiveIcon(props, ref) {
|
|
|
1490
1490
|
viewBox: "0 0 16 16",
|
|
1491
1491
|
width: props.width || props.size || '1em',
|
|
1492
1492
|
height: props.height || props.size || '1em',
|
|
1493
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1494
|
-
color: props.color
|
|
1493
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoPositiveIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1494
|
+
color: props.color,
|
|
1495
1495
|
inline: undefined,
|
|
1496
1496
|
ref: ref
|
|
1497
1497
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -5174,7 +5174,7 @@ const ForwardRef$2P = /*#__PURE__*/forwardRef(AlertIcon);
|
|
|
5174
5174
|
function AlertMobileIcon(props, ref) {
|
|
5175
5175
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
5176
5176
|
fill: "none",
|
|
5177
|
-
viewBox: "0 0
|
|
5177
|
+
viewBox: "0 0 16 16",
|
|
5178
5178
|
width: props.width || props.size || '1em',
|
|
5179
5179
|
height: props.height || props.size || '1em',
|
|
5180
5180
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -5184,15 +5184,15 @@ function AlertMobileIcon(props, ref) {
|
|
|
5184
5184
|
}), /*#__PURE__*/React.createElement("path", {
|
|
5185
5185
|
fill: "currentColor",
|
|
5186
5186
|
fillRule: "evenodd",
|
|
5187
|
-
d: "
|
|
5187
|
+
d: "M8.002 5.43a2.557 2.557 0 0 1 2.557 2.556v.742c0 .27.05.537.152.787l.293.721a.6.6 0 0 1-.557.825h-.872a1.58 1.58 0 0 1-1.573 1.478 1.58 1.58 0 0 1-1.572-1.477h-.873A.6.6 0 0 1 5 10.236l.292-.721a2.1 2.1 0 0 0 .153-.787v-.742a2.557 2.557 0 0 1 2.557-2.555m-.362 5.632a.38.38 0 0 0 .362.277c.17 0 .315-.116.361-.277zm.362-4.432c-.749 0-1.356.608-1.356 1.356v.742a3.3 3.3 0 0 1-.202 1.133h3.117a3.3 3.3 0 0 1-.203-1.133v-.742c0-.748-.607-1.356-1.356-1.356",
|
|
5188
5188
|
clipRule: "evenodd"
|
|
5189
5189
|
}), /*#__PURE__*/React.createElement("path", {
|
|
5190
5190
|
fill: "currentColor",
|
|
5191
|
-
d: "
|
|
5191
|
+
d: "M8.98 4.168H7.022v-1.2H8.98z"
|
|
5192
5192
|
}), /*#__PURE__*/React.createElement("path", {
|
|
5193
5193
|
fill: "currentColor",
|
|
5194
5194
|
fillRule: "evenodd",
|
|
5195
|
-
d: "
|
|
5195
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM4.6 2.2a.4.4 0 0 0-.4.4V13.4c0 .22.18.4.4.4h6.803a.4.4 0 0 0 .4-.4V2.6a.4.4 0 0 0-.4-.4z",
|
|
5196
5196
|
clipRule: "evenodd"
|
|
5197
5197
|
}));
|
|
5198
5198
|
}
|
|
@@ -5201,7 +5201,7 @@ const ForwardRef$2O = /*#__PURE__*/forwardRef(AlertMobileIcon);
|
|
|
5201
5201
|
function AlertMobileFilledIcon(props, ref) {
|
|
5202
5202
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
5203
5203
|
fill: "none",
|
|
5204
|
-
viewBox: "0 0
|
|
5204
|
+
viewBox: "0 0 16 16",
|
|
5205
5205
|
width: props.width || props.size || '1em',
|
|
5206
5206
|
height: props.height || props.size || '1em',
|
|
5207
5207
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -5210,7 +5210,7 @@ function AlertMobileFilledIcon(props, ref) {
|
|
|
5210
5210
|
ref: ref
|
|
5211
5211
|
}), /*#__PURE__*/React.createElement("path", {
|
|
5212
5212
|
fill: "currentColor",
|
|
5213
|
-
d: "
|
|
5213
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM8.002 5.432a2.556 2.556 0 0 0-2.557 2.555v.742c0 .269-.052.537-.153.787L5 10.237a.602.602 0 0 0 .557.825h.872a1.58 1.58 0 0 0 1.573 1.477 1.58 1.58 0 0 0 1.573-1.476h.872a.6.6 0 0 0 .557-.826l-.293-.721a2.1 2.1 0 0 1-.152-.787v-.742a2.556 2.556 0 0 0-2.557-2.555m.361 5.63a.38.38 0 0 1-.361.277.38.38 0 0 1-.362-.277zM7.023 2.97v1.199H8.98v-1.2z"
|
|
5214
5214
|
}));
|
|
5215
5215
|
}
|
|
5216
5216
|
const ForwardRef$2N = /*#__PURE__*/forwardRef(AlertMobileFilledIcon);
|
|
@@ -5522,7 +5522,7 @@ const ForwardRef$2x = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyIcon);
|
|
|
5522
5522
|
function AppLauncherIcon(props, ref) {
|
|
5523
5523
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
5524
5524
|
fill: "none",
|
|
5525
|
-
viewBox: "0 0
|
|
5525
|
+
viewBox: "0 0 16 16",
|
|
5526
5526
|
width: props.width || props.size || '1em',
|
|
5527
5527
|
height: props.height || props.size || '1em',
|
|
5528
5528
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -5531,7 +5531,7 @@ function AppLauncherIcon(props, ref) {
|
|
|
5531
5531
|
ref: ref
|
|
5532
5532
|
}), /*#__PURE__*/React.createElement("path", {
|
|
5533
5533
|
fill: "currentColor",
|
|
5534
|
-
d: "
|
|
5534
|
+
d: "M9.2 2v2.4H6.8V2zM9.2 6.85v2.4H6.8v-2.4zM9.2 11.6V14H6.8v-2.4zM14 2v2.4h-2.4V2zM14 6.85v2.4h-2.4v-2.4zM14 11.6V14h-2.4v-2.4zM4.4 2v2.4H2V2zM4.4 6.85v2.4H2v-2.4zM4.4 11.6V14H2v-2.4z"
|
|
5535
5535
|
}));
|
|
5536
5536
|
}
|
|
5537
5537
|
const ForwardRef$2w = /*#__PURE__*/forwardRef(AppLauncherIcon);
|
|
@@ -6401,7 +6401,7 @@ const ForwardRef$1S = /*#__PURE__*/forwardRef(DialogFilledIcon);
|
|
|
6401
6401
|
function DislikeIcon(props, ref) {
|
|
6402
6402
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6403
6403
|
fill: "none",
|
|
6404
|
-
viewBox: "0 0
|
|
6404
|
+
viewBox: "0 0 16 16",
|
|
6405
6405
|
width: props.width || props.size || '1em',
|
|
6406
6406
|
height: props.height || props.size || '1em',
|
|
6407
6407
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -6411,9 +6411,8 @@ function DislikeIcon(props, ref) {
|
|
|
6411
6411
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6412
6412
|
fill: "currentColor",
|
|
6413
6413
|
fillRule: "evenodd",
|
|
6414
|
-
d: "
|
|
6415
|
-
clipRule: "evenodd"
|
|
6416
|
-
transform: "matrix(1 0 0 -1 0 14)"
|
|
6414
|
+
d: "M8.648 14.864c1.058-.635 1.828-2.151 1.896-3.48l.005-.189-.001-1.274h2.547c1.006 0 1.835-.786 1.9-1.845L15 7.93l-.632-5.018a1.915 1.915 0 0 0-1.773-1.907L12.459 1H8.002c-.852 0-1.69.18-2.398.518l-.232.118-.553.265v-.264a.64.64 0 0 0-.542-.63L4.183 1H1.637A.637.637 0 0 0 1 1.637v7.01c0 .351.285.637.637.637h2.546c.22 0 .414-.112.528-.282l2.018 2.425v2.317c0 .975.98 1.53 1.92 1.12m-.644-1.113-.002-.007v-2.549a.64.64 0 0 0-.095-.336l-.052-.072-3.036-3.644V3.314l1.133-.544a4.25 4.25 0 0 1 1.805-.49l.245-.006h4.457c.32 0 .588.243.634.613l.007.104.632 5.018c0 .32-.242.589-.551.632l-.086.005H9.912a.64.64 0 0 0-.63.551l-.006.087v1.911c0 .95-.587 2.158-1.206 2.537-.047.02-.061.023-.066.019M3.545 8.01H2.273V2.275h1.272z",
|
|
6415
|
+
clipRule: "evenodd"
|
|
6417
6416
|
}));
|
|
6418
6417
|
}
|
|
6419
6418
|
const ForwardRef$1R = /*#__PURE__*/forwardRef(DislikeIcon);
|
|
@@ -7943,7 +7942,7 @@ const ForwardRef$I = /*#__PURE__*/forwardRef(ShareIcon);
|
|
|
7943
7942
|
function SilentIcon(props, ref) {
|
|
7944
7943
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
7945
7944
|
fill: "none",
|
|
7946
|
-
viewBox: "0 0
|
|
7945
|
+
viewBox: "0 0 16 16",
|
|
7947
7946
|
width: props.width || props.size || '1em',
|
|
7948
7947
|
height: props.height || props.size || '1em',
|
|
7949
7948
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -7953,7 +7952,7 @@ function SilentIcon(props, ref) {
|
|
|
7953
7952
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7954
7953
|
fill: "currentColor",
|
|
7955
7954
|
fillRule: "evenodd",
|
|
7956
|
-
d: "
|
|
7955
|
+
d: "M12.9 7.316V5.42l-.005-.204a4 4 0 0 0-.17-.952l2.272-2.272-.99-.99-1.945 1.945C11.187 1.77 9.707 1 8 1 5.27 1 3.1 2.958 3.1 5.421v1.895l-.01.252C2.928 9.443 1 9.955 1 11.105c0 .496.59.936 1.637 1.268L1 14.01l.99.99 2.258-2.258q.462.073.977.127C5.413 14.103 6.571 15 8 15s2.587-.897 2.773-2.132c2.643-.273 4.227-.945 4.227-1.763 0-1.2-2.1-1.705-2.1-3.79m-9.622 3.802-.191-.057-.119-.038-.213-.077-.095-.04.578-.59c.829-.898 1.262-1.771 1.262-3V5.42l.005-.171C4.605 3.664 6.083 2.39 8 2.39c1.35 0 2.468.638 3.054 1.566L3.78 11.23c-.169-.037-.352-.07-.502-.112M8 13.667c-.61 0-1.09-.282-1.294-.694Q7.326 13 8 13l.325-.002q.496-.004.969-.025c-.204.412-.683.694-1.294.694m5.246-2.72a6 6 0 0 1-.524.17c-1.119.313-2.768.493-4.722.493-.912 0-1.748-.042-2.504-.116L11.5 5.49v1.826l.007.258c.061 1.18.554 2.031 1.438 2.936l.394.397z",
|
|
7957
7956
|
clipRule: "evenodd"
|
|
7958
7957
|
}));
|
|
7959
7958
|
}
|
package/dist/index.esm.native.js
CHANGED
|
@@ -4707,7 +4707,7 @@ const ForwardRef$2P = /*#__PURE__*/forwardRef(AlertIcon);
|
|
|
4707
4707
|
function AlertMobileIcon(props, ref) {
|
|
4708
4708
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4709
4709
|
fill: "none",
|
|
4710
|
-
viewBox: "0 0
|
|
4710
|
+
viewBox: "0 0 16 16",
|
|
4711
4711
|
width: props.width || props.size || 16,
|
|
4712
4712
|
height: props.height || props.size || 16,
|
|
4713
4713
|
color: props.color || '#181C56',
|
|
@@ -4715,15 +4715,15 @@ function AlertMobileIcon(props, ref) {
|
|
|
4715
4715
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
4716
4716
|
fill: "currentColor",
|
|
4717
4717
|
fillRule: "evenodd",
|
|
4718
|
-
d: "
|
|
4718
|
+
d: "M8.002 5.43a2.557 2.557 0 0 1 2.557 2.556v.742c0 .27.05.537.152.787l.293.721a.6.6 0 0 1-.557.825h-.872a1.58 1.58 0 0 1-1.573 1.478 1.58 1.58 0 0 1-1.572-1.477h-.873A.6.6 0 0 1 5 10.236l.292-.721a2.1 2.1 0 0 0 .153-.787v-.742a2.557 2.557 0 0 1 2.557-2.555m-.362 5.632a.38.38 0 0 0 .362.277c.17 0 .315-.116.361-.277zm.362-4.432c-.749 0-1.356.608-1.356 1.356v.742a3.3 3.3 0 0 1-.202 1.133h3.117a3.3 3.3 0 0 1-.203-1.133v-.742c0-.748-.607-1.356-1.356-1.356",
|
|
4719
4719
|
clipRule: "evenodd"
|
|
4720
4720
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
4721
4721
|
fill: "currentColor",
|
|
4722
|
-
d: "
|
|
4722
|
+
d: "M8.98 4.168H7.022v-1.2H8.98z"
|
|
4723
4723
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
4724
4724
|
fill: "currentColor",
|
|
4725
4725
|
fillRule: "evenodd",
|
|
4726
|
-
d: "
|
|
4726
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM4.6 2.2a.4.4 0 0 0-.4.4V13.4c0 .22.18.4.4.4h6.803a.4.4 0 0 0 .4-.4V2.6a.4.4 0 0 0-.4-.4z",
|
|
4727
4727
|
clipRule: "evenodd"
|
|
4728
4728
|
}));
|
|
4729
4729
|
}
|
|
@@ -4732,14 +4732,14 @@ const ForwardRef$2O = /*#__PURE__*/forwardRef(AlertMobileIcon);
|
|
|
4732
4732
|
function AlertMobileFilledIcon(props, ref) {
|
|
4733
4733
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4734
4734
|
fill: "none",
|
|
4735
|
-
viewBox: "0 0
|
|
4735
|
+
viewBox: "0 0 16 16",
|
|
4736
4736
|
width: props.width || props.size || 16,
|
|
4737
4737
|
height: props.height || props.size || 16,
|
|
4738
4738
|
color: props.color || '#181C56',
|
|
4739
4739
|
ref: ref
|
|
4740
4740
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
4741
4741
|
fill: "currentColor",
|
|
4742
|
-
d: "
|
|
4742
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM8.002 5.432a2.556 2.556 0 0 0-2.557 2.555v.742c0 .269-.052.537-.153.787L5 10.237a.602.602 0 0 0 .557.825h.872a1.58 1.58 0 0 0 1.573 1.477 1.58 1.58 0 0 0 1.573-1.476h.872a.6.6 0 0 0 .557-.826l-.293-.721a2.1 2.1 0 0 1-.152-.787v-.742a2.556 2.556 0 0 0-2.557-2.555m.361 5.63a.38.38 0 0 1-.361.277.38.38 0 0 1-.362-.277zM7.023 2.97v1.199H8.98v-1.2z"
|
|
4743
4743
|
}));
|
|
4744
4744
|
}
|
|
4745
4745
|
const ForwardRef$2N = /*#__PURE__*/forwardRef(AlertMobileFilledIcon);
|
|
@@ -5019,14 +5019,14 @@ const ForwardRef$2x = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyIcon);
|
|
|
5019
5019
|
function AppLauncherIcon(props, ref) {
|
|
5020
5020
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5021
5021
|
fill: "none",
|
|
5022
|
-
viewBox: "0 0
|
|
5022
|
+
viewBox: "0 0 16 16",
|
|
5023
5023
|
width: props.width || props.size || 16,
|
|
5024
5024
|
height: props.height || props.size || 16,
|
|
5025
5025
|
color: props.color || '#181C56',
|
|
5026
5026
|
ref: ref
|
|
5027
5027
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
5028
5028
|
fill: "currentColor",
|
|
5029
|
-
d: "
|
|
5029
|
+
d: "M9.2 2v2.4H6.8V2zM9.2 6.85v2.4H6.8v-2.4zM9.2 11.6V14H6.8v-2.4zM14 2v2.4h-2.4V2zM14 6.85v2.4h-2.4v-2.4zM14 11.6V14h-2.4v-2.4zM4.4 2v2.4H2V2zM4.4 6.85v2.4H2v-2.4zM4.4 11.6V14H2v-2.4z"
|
|
5030
5030
|
}));
|
|
5031
5031
|
}
|
|
5032
5032
|
const ForwardRef$2w = /*#__PURE__*/forwardRef(AppLauncherIcon);
|
|
@@ -5812,7 +5812,7 @@ const ForwardRef$1S = /*#__PURE__*/forwardRef(DialogFilledIcon);
|
|
|
5812
5812
|
function DislikeIcon(props, ref) {
|
|
5813
5813
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5814
5814
|
fill: "none",
|
|
5815
|
-
viewBox: "0 0
|
|
5815
|
+
viewBox: "0 0 16 16",
|
|
5816
5816
|
width: props.width || props.size || 16,
|
|
5817
5817
|
height: props.height || props.size || 16,
|
|
5818
5818
|
color: props.color || '#181C56',
|
|
@@ -5820,9 +5820,8 @@ function DislikeIcon(props, ref) {
|
|
|
5820
5820
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
5821
5821
|
fill: "currentColor",
|
|
5822
5822
|
fillRule: "evenodd",
|
|
5823
|
-
d: "
|
|
5824
|
-
clipRule: "evenodd"
|
|
5825
|
-
transform: "matrix(1 0 0 -1 0 14)"
|
|
5823
|
+
d: "M8.648 14.864c1.058-.635 1.828-2.151 1.896-3.48l.005-.189-.001-1.274h2.547c1.006 0 1.835-.786 1.9-1.845L15 7.93l-.632-5.018a1.915 1.915 0 0 0-1.773-1.907L12.459 1H8.002c-.852 0-1.69.18-2.398.518l-.232.118-.553.265v-.264a.64.64 0 0 0-.542-.63L4.183 1H1.637A.637.637 0 0 0 1 1.637v7.01c0 .351.285.637.637.637h2.546c.22 0 .414-.112.528-.282l2.018 2.425v2.317c0 .975.98 1.53 1.92 1.12m-.644-1.113-.002-.007v-2.549a.64.64 0 0 0-.095-.336l-.052-.072-3.036-3.644V3.314l1.133-.544a4.25 4.25 0 0 1 1.805-.49l.245-.006h4.457c.32 0 .588.243.634.613l.007.104.632 5.018c0 .32-.242.589-.551.632l-.086.005H9.912a.64.64 0 0 0-.63.551l-.006.087v1.911c0 .95-.587 2.158-1.206 2.537-.047.02-.061.023-.066.019M3.545 8.01H2.273V2.275h1.272z",
|
|
5824
|
+
clipRule: "evenodd"
|
|
5826
5825
|
}));
|
|
5827
5826
|
}
|
|
5828
5827
|
const ForwardRef$1R = /*#__PURE__*/forwardRef(DislikeIcon);
|
|
@@ -7206,7 +7205,7 @@ const ForwardRef$I = /*#__PURE__*/forwardRef(ShareIcon);
|
|
|
7206
7205
|
function SilentIcon(props, ref) {
|
|
7207
7206
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7208
7207
|
fill: "none",
|
|
7209
|
-
viewBox: "0 0
|
|
7208
|
+
viewBox: "0 0 16 16",
|
|
7210
7209
|
width: props.width || props.size || 16,
|
|
7211
7210
|
height: props.height || props.size || 16,
|
|
7212
7211
|
color: props.color || '#181C56',
|
|
@@ -7214,7 +7213,7 @@ function SilentIcon(props, ref) {
|
|
|
7214
7213
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
7215
7214
|
fill: "currentColor",
|
|
7216
7215
|
fillRule: "evenodd",
|
|
7217
|
-
d: "
|
|
7216
|
+
d: "M12.9 7.316V5.42l-.005-.204a4 4 0 0 0-.17-.952l2.272-2.272-.99-.99-1.945 1.945C11.187 1.77 9.707 1 8 1 5.27 1 3.1 2.958 3.1 5.421v1.895l-.01.252C2.928 9.443 1 9.955 1 11.105c0 .496.59.936 1.637 1.268L1 14.01l.99.99 2.258-2.258q.462.073.977.127C5.413 14.103 6.571 15 8 15s2.587-.897 2.773-2.132c2.643-.273 4.227-.945 4.227-1.763 0-1.2-2.1-1.705-2.1-3.79m-9.622 3.802-.191-.057-.119-.038-.213-.077-.095-.04.578-.59c.829-.898 1.262-1.771 1.262-3V5.42l.005-.171C4.605 3.664 6.083 2.39 8 2.39c1.35 0 2.468.638 3.054 1.566L3.78 11.23c-.169-.037-.352-.07-.502-.112M8 13.667c-.61 0-1.09-.282-1.294-.694Q7.326 13 8 13l.325-.002q.496-.004.969-.025c-.204.412-.683.694-1.294.694m5.246-2.72a6 6 0 0 1-.524.17c-1.119.313-2.768.493-4.722.493-.912 0-1.748-.042-2.504-.116L11.5 5.49v1.826l.007.258c.061 1.18.554 2.031 1.438 2.936l.394.397z",
|
|
7218
7217
|
clipRule: "evenodd"
|
|
7219
7218
|
}));
|
|
7220
7219
|
}
|
package/dist/index.js
CHANGED
|
@@ -1322,8 +1322,8 @@ function DenmarkIcon(props, ref) {
|
|
|
1322
1322
|
viewBox: "0 0 16 16",
|
|
1323
1323
|
width: props.width || props.size || '1em',
|
|
1324
1324
|
height: props.height || props.size || '1em',
|
|
1325
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1326
|
-
color: props.color
|
|
1325
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__DenmarkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1326
|
+
color: props.color,
|
|
1327
1327
|
inline: undefined,
|
|
1328
1328
|
ref: ref
|
|
1329
1329
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
@@ -1365,8 +1365,8 @@ function SamiIcon(props, ref) {
|
|
|
1365
1365
|
viewBox: "0 0 16 16",
|
|
1366
1366
|
width: props.width || props.size || '1em',
|
|
1367
1367
|
height: props.height || props.size || '1em',
|
|
1368
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1369
|
-
color: props.color
|
|
1368
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SamiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1369
|
+
color: props.color,
|
|
1370
1370
|
inline: undefined,
|
|
1371
1371
|
ref: ref
|
|
1372
1372
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -1402,8 +1402,8 @@ function SwedenIcon(props, ref) {
|
|
|
1402
1402
|
viewBox: "0 0 16 16",
|
|
1403
1403
|
width: props.width || props.size || '1em',
|
|
1404
1404
|
height: props.height || props.size || '1em',
|
|
1405
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1406
|
-
color: props.color
|
|
1405
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SwedenIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1406
|
+
color: props.color,
|
|
1407
1407
|
inline: undefined,
|
|
1408
1408
|
ref: ref
|
|
1409
1409
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
@@ -1426,8 +1426,8 @@ function UKIcon(props, ref) {
|
|
|
1426
1426
|
viewBox: "0 0 14 10",
|
|
1427
1427
|
width: props.width || props.size || '1em',
|
|
1428
1428
|
height: props.height || props.size || '1em',
|
|
1429
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1430
|
-
color: props.color
|
|
1429
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__UKIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1430
|
+
color: props.color,
|
|
1431
1431
|
inline: undefined,
|
|
1432
1432
|
ref: ref
|
|
1433
1433
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
@@ -1488,8 +1488,8 @@ function LogoNegativeIcon(props, ref) {
|
|
|
1488
1488
|
viewBox: "0 0 16 16",
|
|
1489
1489
|
width: props.width || props.size || '1em',
|
|
1490
1490
|
height: props.height || props.size || '1em',
|
|
1491
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1492
|
-
color: props.color
|
|
1491
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoNegativeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1492
|
+
color: props.color,
|
|
1493
1493
|
inline: undefined,
|
|
1494
1494
|
ref: ref
|
|
1495
1495
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -1510,8 +1510,8 @@ function LogoPositiveIcon(props, ref) {
|
|
|
1510
1510
|
viewBox: "0 0 16 16",
|
|
1511
1511
|
width: props.width || props.size || '1em',
|
|
1512
1512
|
height: props.height || props.size || '1em',
|
|
1513
|
-
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1514
|
-
color: props.color
|
|
1513
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoPositiveIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1514
|
+
color: props.color,
|
|
1515
1515
|
inline: undefined,
|
|
1516
1516
|
ref: ref
|
|
1517
1517
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -5194,7 +5194,7 @@ const ForwardRef$2P = /*#__PURE__*/React.forwardRef(AlertIcon);
|
|
|
5194
5194
|
function AlertMobileIcon(props, ref) {
|
|
5195
5195
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
5196
5196
|
fill: "none",
|
|
5197
|
-
viewBox: "0 0
|
|
5197
|
+
viewBox: "0 0 16 16",
|
|
5198
5198
|
width: props.width || props.size || '1em',
|
|
5199
5199
|
height: props.height || props.size || '1em',
|
|
5200
5200
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -5204,15 +5204,15 @@ function AlertMobileIcon(props, ref) {
|
|
|
5204
5204
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
5205
5205
|
fill: "currentColor",
|
|
5206
5206
|
fillRule: "evenodd",
|
|
5207
|
-
d: "
|
|
5207
|
+
d: "M8.002 5.43a2.557 2.557 0 0 1 2.557 2.556v.742c0 .27.05.537.152.787l.293.721a.6.6 0 0 1-.557.825h-.872a1.58 1.58 0 0 1-1.573 1.478 1.58 1.58 0 0 1-1.572-1.477h-.873A.6.6 0 0 1 5 10.236l.292-.721a2.1 2.1 0 0 0 .153-.787v-.742a2.557 2.557 0 0 1 2.557-2.555m-.362 5.632a.38.38 0 0 0 .362.277c.17 0 .315-.116.361-.277zm.362-4.432c-.749 0-1.356.608-1.356 1.356v.742a3.3 3.3 0 0 1-.202 1.133h3.117a3.3 3.3 0 0 1-.203-1.133v-.742c0-.748-.607-1.356-1.356-1.356",
|
|
5208
5208
|
clipRule: "evenodd"
|
|
5209
5209
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
5210
5210
|
fill: "currentColor",
|
|
5211
|
-
d: "
|
|
5211
|
+
d: "M8.98 4.168H7.022v-1.2H8.98z"
|
|
5212
5212
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
5213
5213
|
fill: "currentColor",
|
|
5214
5214
|
fillRule: "evenodd",
|
|
5215
|
-
d: "
|
|
5215
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM4.6 2.2a.4.4 0 0 0-.4.4V13.4c0 .22.18.4.4.4h6.803a.4.4 0 0 0 .4-.4V2.6a.4.4 0 0 0-.4-.4z",
|
|
5216
5216
|
clipRule: "evenodd"
|
|
5217
5217
|
}));
|
|
5218
5218
|
}
|
|
@@ -5221,7 +5221,7 @@ const ForwardRef$2O = /*#__PURE__*/React.forwardRef(AlertMobileIcon);
|
|
|
5221
5221
|
function AlertMobileFilledIcon(props, ref) {
|
|
5222
5222
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
5223
5223
|
fill: "none",
|
|
5224
|
-
viewBox: "0 0
|
|
5224
|
+
viewBox: "0 0 16 16",
|
|
5225
5225
|
width: props.width || props.size || '1em',
|
|
5226
5226
|
height: props.height || props.size || '1em',
|
|
5227
5227
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -5230,7 +5230,7 @@ function AlertMobileFilledIcon(props, ref) {
|
|
|
5230
5230
|
ref: ref
|
|
5231
5231
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
5232
5232
|
fill: "currentColor",
|
|
5233
|
-
d: "
|
|
5233
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM8.002 5.432a2.556 2.556 0 0 0-2.557 2.555v.742c0 .269-.052.537-.153.787L5 10.237a.602.602 0 0 0 .557.825h.872a1.58 1.58 0 0 0 1.573 1.477 1.58 1.58 0 0 0 1.573-1.476h.872a.6.6 0 0 0 .557-.826l-.293-.721a2.1 2.1 0 0 1-.152-.787v-.742a2.556 2.556 0 0 0-2.557-2.555m.361 5.63a.38.38 0 0 1-.361.277.38.38 0 0 1-.362-.277zM7.023 2.97v1.199H8.98v-1.2z"
|
|
5234
5234
|
}));
|
|
5235
5235
|
}
|
|
5236
5236
|
const ForwardRef$2N = /*#__PURE__*/React.forwardRef(AlertMobileFilledIcon);
|
|
@@ -5542,7 +5542,7 @@ const ForwardRef$2x = /*#__PURE__*/React.forwardRef(ObjectDistributeVerticallyIc
|
|
|
5542
5542
|
function AppLauncherIcon(props, ref) {
|
|
5543
5543
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
5544
5544
|
fill: "none",
|
|
5545
|
-
viewBox: "0 0
|
|
5545
|
+
viewBox: "0 0 16 16",
|
|
5546
5546
|
width: props.width || props.size || '1em',
|
|
5547
5547
|
height: props.height || props.size || '1em',
|
|
5548
5548
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -5551,7 +5551,7 @@ function AppLauncherIcon(props, ref) {
|
|
|
5551
5551
|
ref: ref
|
|
5552
5552
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
5553
5553
|
fill: "currentColor",
|
|
5554
|
-
d: "
|
|
5554
|
+
d: "M9.2 2v2.4H6.8V2zM9.2 6.85v2.4H6.8v-2.4zM9.2 11.6V14H6.8v-2.4zM14 2v2.4h-2.4V2zM14 6.85v2.4h-2.4v-2.4zM14 11.6V14h-2.4v-2.4zM4.4 2v2.4H2V2zM4.4 6.85v2.4H2v-2.4zM4.4 11.6V14H2v-2.4z"
|
|
5555
5555
|
}));
|
|
5556
5556
|
}
|
|
5557
5557
|
const ForwardRef$2w = /*#__PURE__*/React.forwardRef(AppLauncherIcon);
|
|
@@ -6421,7 +6421,7 @@ const ForwardRef$1S = /*#__PURE__*/React.forwardRef(DialogFilledIcon);
|
|
|
6421
6421
|
function DislikeIcon(props, ref) {
|
|
6422
6422
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
6423
6423
|
fill: "none",
|
|
6424
|
-
viewBox: "0 0
|
|
6424
|
+
viewBox: "0 0 16 16",
|
|
6425
6425
|
width: props.width || props.size || '1em',
|
|
6426
6426
|
height: props.height || props.size || '1em',
|
|
6427
6427
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -6431,9 +6431,8 @@ function DislikeIcon(props, ref) {
|
|
|
6431
6431
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
6432
6432
|
fill: "currentColor",
|
|
6433
6433
|
fillRule: "evenodd",
|
|
6434
|
-
d: "
|
|
6435
|
-
clipRule: "evenodd"
|
|
6436
|
-
transform: "matrix(1 0 0 -1 0 14)"
|
|
6434
|
+
d: "M8.648 14.864c1.058-.635 1.828-2.151 1.896-3.48l.005-.189-.001-1.274h2.547c1.006 0 1.835-.786 1.9-1.845L15 7.93l-.632-5.018a1.915 1.915 0 0 0-1.773-1.907L12.459 1H8.002c-.852 0-1.69.18-2.398.518l-.232.118-.553.265v-.264a.64.64 0 0 0-.542-.63L4.183 1H1.637A.637.637 0 0 0 1 1.637v7.01c0 .351.285.637.637.637h2.546c.22 0 .414-.112.528-.282l2.018 2.425v2.317c0 .975.98 1.53 1.92 1.12m-.644-1.113-.002-.007v-2.549a.64.64 0 0 0-.095-.336l-.052-.072-3.036-3.644V3.314l1.133-.544a4.25 4.25 0 0 1 1.805-.49l.245-.006h4.457c.32 0 .588.243.634.613l.007.104.632 5.018c0 .32-.242.589-.551.632l-.086.005H9.912a.64.64 0 0 0-.63.551l-.006.087v1.911c0 .95-.587 2.158-1.206 2.537-.047.02-.061.023-.066.019M3.545 8.01H2.273V2.275h1.272z",
|
|
6435
|
+
clipRule: "evenodd"
|
|
6437
6436
|
}));
|
|
6438
6437
|
}
|
|
6439
6438
|
const ForwardRef$1R = /*#__PURE__*/React.forwardRef(DislikeIcon);
|
|
@@ -7963,7 +7962,7 @@ const ForwardRef$I = /*#__PURE__*/React.forwardRef(ShareIcon);
|
|
|
7963
7962
|
function SilentIcon(props, ref) {
|
|
7964
7963
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
7965
7964
|
fill: "none",
|
|
7966
|
-
viewBox: "0 0
|
|
7965
|
+
viewBox: "0 0 16 16",
|
|
7967
7966
|
width: props.width || props.size || '1em',
|
|
7968
7967
|
height: props.height || props.size || '1em',
|
|
7969
7968
|
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
@@ -7973,7 +7972,7 @@ function SilentIcon(props, ref) {
|
|
|
7973
7972
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
7974
7973
|
fill: "currentColor",
|
|
7975
7974
|
fillRule: "evenodd",
|
|
7976
|
-
d: "
|
|
7975
|
+
d: "M12.9 7.316V5.42l-.005-.204a4 4 0 0 0-.17-.952l2.272-2.272-.99-.99-1.945 1.945C11.187 1.77 9.707 1 8 1 5.27 1 3.1 2.958 3.1 5.421v1.895l-.01.252C2.928 9.443 1 9.955 1 11.105c0 .496.59.936 1.637 1.268L1 14.01l.99.99 2.258-2.258q.462.073.977.127C5.413 14.103 6.571 15 8 15s2.587-.897 2.773-2.132c2.643-.273 4.227-.945 4.227-1.763 0-1.2-2.1-1.705-2.1-3.79m-9.622 3.802-.191-.057-.119-.038-.213-.077-.095-.04.578-.59c.829-.898 1.262-1.771 1.262-3V5.42l.005-.171C4.605 3.664 6.083 2.39 8 2.39c1.35 0 2.468.638 3.054 1.566L3.78 11.23c-.169-.037-.352-.07-.502-.112M8 13.667c-.61 0-1.09-.282-1.294-.694Q7.326 13 8 13l.325-.002q.496-.004.969-.025c-.204.412-.683.694-1.294.694m5.246-2.72a6 6 0 0 1-.524.17c-1.119.313-2.768.493-4.722.493-.912 0-1.748-.042-2.504-.116L11.5 5.49v1.826l.007.258c.061 1.18.554 2.031 1.438 2.936l.394.397z",
|
|
7977
7976
|
clipRule: "evenodd"
|
|
7978
7977
|
}));
|
|
7979
7978
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@entur/tokens": "^3.23.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "3b9f95b6b6b4737245df497ca7197dd52f34ca29"
|
|
64
64
|
}
|