@entur/icons 5.1.1 → 5.1.2-beta.0

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.d.ts CHANGED
@@ -253,6 +253,7 @@ export declare const PurposeIcon: React.FC<IconProps>;
253
253
  export declare const QuestionIcon: React.FC<IconProps>;
254
254
  export declare const QuitIcon: React.FC<IconProps>;
255
255
  export declare const RSSIcon: React.FC<IconProps>;
256
+ /** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
256
257
  export declare const ReportsIcon: React.FC<IconProps>;
257
258
  export declare const RowHeightDefaultIcon: React.FC<IconProps>;
258
259
  export declare const RowHeightMiddleIcon: React.FC<IconProps>;
@@ -290,4 +291,4 @@ export declare const ThermometerIcon: React.FC<IconProps>;
290
291
  export declare const UmbrellaIcon: React.FC<IconProps>;
291
292
  export declare const WindIcon: React.FC<IconProps>;
292
293
  export declare const ZoomInIcon: React.FC<IconProps>;
293
- export declare const ZoomOutIcon: React.FC<IconProps>;
294
+ export declare const ZoomOutIcon: React.FC<IconProps>;
package/dist/index.esm.js CHANGED
@@ -362,6 +362,7 @@ function UndoIcon(props) {
362
362
 
363
363
  function UnsortedIcon(props) {
364
364
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
365
+ "data-name": "Layer 1",
365
366
  viewBox: "0 0 16 16",
366
367
  width: props.width || props.size || '1em',
367
368
  height: props.height || props.size || '1em',
@@ -369,10 +370,9 @@ function UnsortedIcon(props) {
369
370
  inline: undefined,
370
371
  color: props.color || 'currentColor'
371
372
  }), /*#__PURE__*/createElement("path", {
372
- fill: "currentColor",
373
+ fill: "#181c56",
373
374
  fillRule: "evenodd",
374
- d: "M8.7 11.8V4.3l2.1 2.1.9-.9-3.2-3.2h-.1c-.2-.2-.6-.2-.8 0L4.4 5.5l.9.9 2.1-2.1v7.5L5.3 9.7l-.9.9 3.2 3.2.1.1c.2.1.6.1.8-.1l3.2-3.2-.9-.9-2.1 2.1z",
375
- clipRule: "evenodd"
375
+ d: "M8.69 11.77V4.32l2.1 2.1.9-.9-3.18-3.18-.08-.07a.626.626 0 00-.82.07L4.43 5.52l.9.9 2.1-2.1v7.45l-2.1-2.1-.9.9 3.18 3.18.08.07c.25.18.6.16.82-.07l3.18-3.18-.9-.9-2.1 2.1z"
376
376
  }));
377
377
  }
378
378
 
@@ -4365,12 +4365,10 @@ function RSSIcon(props) {
4365
4365
  }));
4366
4366
  }
4367
4367
 
4368
- console.warn("Design system warning: ReportsIcon is deprecated! Use CopyIcon instead.");
4369
- /**
4370
- * @deprecated This icon is deprecated
4371
- */
4368
+ /** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
4372
4369
 
4373
4370
  function ReportsIcon(props) {
4371
+ console.warn('Design system warning: ReportsIcon is deprecated; use CopyIcon instead');
4374
4372
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
4375
4373
  viewBox: "0 0 16 16",
4376
4374
  width: props.width || props.size || '1em',
@@ -321,15 +321,15 @@ function UndoIcon(props) {
321
321
 
322
322
  function UnsortedIcon(props) {
323
323
  return /*#__PURE__*/createElement(Svg, _extends({}, props, {
324
+ "data-name": "Layer 1",
324
325
  viewBox: "0 0 16 16",
325
326
  width: props.width || props.size || 16,
326
327
  height: props.height || props.size || 16,
327
328
  color: props.color || '#181C56'
328
329
  }), /*#__PURE__*/createElement(Path, {
329
- fill: "currentColor",
330
+ fill: "#181c56",
330
331
  fillRule: "evenodd",
331
- d: "M8.7 11.8V4.3l2.1 2.1.9-.9-3.2-3.2h-.1c-.2-.2-.6-.2-.8 0L4.4 5.5l.9.9 2.1-2.1v7.5L5.3 9.7l-.9.9 3.2 3.2.1.1c.2.1.6.1.8-.1l3.2-3.2-.9-.9-2.1 2.1z",
332
- clipRule: "evenodd"
332
+ d: "M8.69 11.77V4.32l2.1 2.1.9-.9-3.18-3.18-.08-.07a.626.626 0 00-.82.07L4.43 5.52l.9.9 2.1-2.1v7.45l-2.1-2.1-.9.9 3.18 3.18.08.07c.25.18.6.16.82-.07l3.18-3.18-.9-.9-2.1 2.1z"
333
333
  }));
334
334
  }
335
335
 
package/dist/index.js CHANGED
@@ -366,6 +366,7 @@ function UndoIcon(props) {
366
366
 
367
367
  function UnsortedIcon(props) {
368
368
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
369
+ "data-name": "Layer 1",
369
370
  viewBox: "0 0 16 16",
370
371
  width: props.width || props.size || '1em',
371
372
  height: props.height || props.size || '1em',
@@ -373,10 +374,9 @@ function UnsortedIcon(props) {
373
374
  inline: undefined,
374
375
  color: props.color || 'currentColor'
375
376
  }), /*#__PURE__*/React.createElement("path", {
376
- fill: "currentColor",
377
+ fill: "#181c56",
377
378
  fillRule: "evenodd",
378
- d: "M8.7 11.8V4.3l2.1 2.1.9-.9-3.2-3.2h-.1c-.2-.2-.6-.2-.8 0L4.4 5.5l.9.9 2.1-2.1v7.5L5.3 9.7l-.9.9 3.2 3.2.1.1c.2.1.6.1.8-.1l3.2-3.2-.9-.9-2.1 2.1z",
379
- clipRule: "evenodd"
379
+ d: "M8.69 11.77V4.32l2.1 2.1.9-.9-3.18-3.18-.08-.07a.626.626 0 00-.82.07L4.43 5.52l.9.9 2.1-2.1v7.45l-2.1-2.1-.9.9 3.18 3.18.08.07c.25.18.6.16.82-.07l3.18-3.18-.9-.9-2.1 2.1z"
380
380
  }));
381
381
  }
382
382
 
@@ -4369,12 +4369,10 @@ function RSSIcon(props) {
4369
4369
  }));
4370
4370
  }
4371
4371
 
4372
- console.warn("Design system warning: ReportsIcon is deprecated! Use CopyIcon instead.");
4373
- /**
4374
- * @deprecated This icon is deprecated
4375
- */
4372
+ /** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
4376
4373
 
4377
4374
  function ReportsIcon(props) {
4375
+ console.warn('Design system warning: ReportsIcon is deprecated; use CopyIcon instead');
4378
4376
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
4379
4377
  viewBox: "0 0 16 16",
4380
4378
  width: props.width || props.size || '1em',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "5.1.1",
3
+ "version": "5.1.2-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -20,9 +20,8 @@
20
20
  "access": "public"
21
21
  },
22
22
  "scripts": {
23
- "prebuild": "rimraf dist native tmp ",
24
- "build": "node bin/build.js && rollup -c",
25
- "postbuild": "rimraf tmp"
23
+ "build": "yarn run rimraf dist native tmp && node bin/build.js && rollup -c && yarn run rimraf tmp",
24
+ "prepack": "yarn run build"
26
25
  },
27
26
  "peerDependencies": {
28
27
  "react": ">=16.8.0",
@@ -40,13 +39,15 @@
40
39
  "@svgr/plugin-svgo": "^5.0.1",
41
40
  "@types/fs-extra": "^8.0.0",
42
41
  "case": "^1.6.2",
42
+ "dts-cli": "^1.1.6",
43
43
  "fs-extra": "9.0.0",
44
+ "node-sass": "^7.0.3",
44
45
  "rimraf": "3.0.2",
45
46
  "rollup": "2.6.1"
46
47
  },
47
48
  "dependencies": {
48
- "@entur/tokens": "^3.4.1",
49
- "@entur/utils": "^0.4.5"
49
+ "@entur/tokens": "^3.4.2-beta.0",
50
+ "@entur/utils": "^0.4.6-beta.0"
50
51
  },
51
- "gitHead": "77a4311927a9215106a9aae13c6e92e5f0f7f614"
52
+ "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
52
53
  }
package/CHANGELOG.md DELETED
@@ -1,521 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [5.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.1.0...@entur/icons@5.1.1) (2022-10-20)
7
-
8
- ### Bug Fixes
9
-
10
- - **unsorted icon:** fix visual bug in unsortedIcon ([250a519](https://bitbucket.org/enturas/design-system/commits/250a519583ebf6def4f7f12b3390f05370a9de64))
11
-
12
- # [5.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.0.0...@entur/icons@5.1.0) (2022-10-20)
13
-
14
- ### Bug Fixes
15
-
16
- - **unsorted icon:** fix error in unsorted icon svg file ([2dbe52b](https://bitbucket.org/enturas/design-system/commits/2dbe52b0b7b039c8bd0b2f133bf2ef84bd3e16e6))
17
-
18
- ### Features
19
-
20
- - **icons:** add sami flag icon ([ff84edf](https://bitbucket.org/enturas/design-system/commits/ff84edf6626deb77b608d6ab99280f6cbecb8f47))
21
-
22
- # [5.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.3...@entur/icons@5.0.0) (2022-10-12)
23
-
24
- ### Bug Fixes
25
-
26
- - **ReportsIcon:** add deprecation warning for ReportsIcon. Icon is replaced with CopyIcon ([4f996fc](https://bitbucket.org/enturas/design-system/commits/4f996fc455613ebd98abdb44b7f2562d3a6e9228))
27
- - **ReportsIcon, CopyIcon:** change copy icon to look like reportsicon and rename existing copy icon ([4adbd49](https://bitbucket.org/enturas/design-system/commits/4adbd4917caabbfc6c4fdb1538470b52b03c67c1))
28
- - **sortable table:** add icon to indicate that a column is sortable ([5b3c164](https://bitbucket.org/enturas/design-system/commits/5b3c1645ba70b85cd4fc5bc2c2ca8c429430182a))
29
-
30
- ### BREAKING CHANGES
31
-
32
- - **ReportsIcon, CopyIcon:** If you used CopyIcon then the icon will change to look like ReportsIcon
33
- - **ReportsIcon:** ReportsIcon is now deprecated in favor of the new name CopyIcon
34
-
35
- ## [4.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.2...@entur/icons@4.3.3) (2022-08-31)
36
-
37
- **Note:** Version bump only for package @entur/icons
38
-
39
- ## [4.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.1...@entur/icons@4.3.2) (2022-08-24)
40
-
41
- **Note:** Version bump only for package @entur/icons
42
-
43
- ## [4.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.0...@entur/icons@4.3.1) (2022-08-09)
44
-
45
- **Note:** Version bump only for package @entur/icons
46
-
47
- # [4.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.2.0...@entur/icons@4.3.0) (2022-07-05)
48
-
49
- ### Bug Fixes
50
-
51
- - **validation exclamation icon:** fix icon colours for validation exclamation icon in react native ([4e64eb8](https://bitbucket.org/enturas/design-system/commits/4e64eb86fd1b98731b47ac040ce578e8ee0aa956))
52
-
53
- ### Features
54
-
55
- - **icons:** add seat capacity icons to facility group ([25265da](https://bitbucket.org/enturas/design-system/commits/25265da52f929a9e830419b98f28f2fd22617612))
56
-
57
- # [4.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.2...@entur/icons@4.2.0) (2022-06-24)
58
-
59
- ### Features
60
-
61
- - **icons:** update Brakar logo icon and add Brakar without text icon ([1ccd821](https://bitbucket.org/enturas/design-system/commits/1ccd821d5ee9684573ee25e008f95e1d14ec0bce))
62
-
63
- ## [4.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.1...@entur/icons@4.1.2) (2022-05-04)
64
-
65
- ### Bug Fixes
66
-
67
- - **validation exclamation icon:** fix incorrect exclamation mark color for non-contrast validation ([22deff9](https://bitbucket.org/enturas/design-system/commits/22deff9cac4f867a26a14ec51197f1c3be13d403))
68
-
69
- ## [4.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.0...@entur/icons@4.1.1) (2022-04-27)
70
-
71
- **Note:** Version bump only for package @entur/icons
72
-
73
- # [4.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.0.0...@entur/icons@4.1.0) (2022-04-20)
74
-
75
- ### Features
76
-
77
- - **icons:** add conductor and calculator icon ([2efc907](https://bitbucket.org/enturas/design-system/commits/2efc9074f769575a31a94fbc4f2b9eb1f2e29d47))
78
-
79
- # [4.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.5.0...@entur/icons@4.0.0) (2022-04-19)
80
-
81
- ### Bug Fixes
82
-
83
- - **cableway icon:** fix color of cableway icon, and fix color prop in native package ([73cc942](https://bitbucket.org/enturas/design-system/commits/73cc942cf85bce77f8815e208853d64983e96d4d))
84
- - **cableway icon:** update cableway icon to more correct size ([e0007e4](https://bitbucket.org/enturas/design-system/commits/e0007e471e2382be36390b0aa8caa39babf815fd))
85
-
86
- ### BREAKING CHANGES
87
-
88
- - **cableway icon:** Icon is visualy larger, but not physically, watch out for unintended visual effect caused by this
89
-
90
- # [3.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.4.1...@entur/icons@3.5.0) (2022-03-01)
91
-
92
- ### Features
93
-
94
- - **icons:** add new CityBike icon ([ec8288e](https://bitbucket.org/enturas/design-system/commits/ec8288ed5d9dc122361e95362a6dab5f18acad7b))
95
-
96
- ## [3.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.4.0...@entur/icons@3.4.1) (2022-02-09)
97
-
98
- **Note:** Version bump only for package @entur/icons
99
-
100
- # [3.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.3.0...@entur/icons@3.4.0) (2021-11-17)
101
-
102
- ### Features
103
-
104
- - add correspondence icon ([ee07d31](https://bitbucket.org/enturas/design-system/commits/ee07d31857ccfe0ce57be30556a2a8377bc8eb53))
105
- - add ZoneIcon ([e52f648](https://bitbucket.org/enturas/design-system/commits/e52f64831b3b3a311cb85b12bce5d01b794a75b5))
106
-
107
- # [3.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.2.0...@entur/icons@3.3.0) (2021-09-23)
108
-
109
- ### Bug Fixes
110
-
111
- - **switch:** fix switchicon color bug ([e41f8a9](https://bitbucket.org/enturas/design-system/commits/e41f8a9721a648c2a49e674cbf8b65b1329e7558))
112
-
113
- ### Features
114
-
115
- - add couchette icon ([7c6c6a3](https://bitbucket.org/enturas/design-system/commits/7c6c6a3ba5712b9f7546c9d20cc9451e1a0372fc))
116
- - add WaterTapIcon ([80d9439](https://bitbucket.org/enturas/design-system/commits/80d9439b0f6f759f42f2c99a2e0fc8812ba81cd7))
117
- - add ZvippIcon (mobility partner) ([9e9374c](https://bitbucket.org/enturas/design-system/commits/9e9374c22b806ab549430ff3ee9b123cb6a4210c))
118
-
119
- # [3.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.1.0...@entur/icons@3.2.0) (2021-09-13)
120
-
121
- ### Features
122
-
123
- - add CloseSmallIcon ([c606324](https://bitbucket.org/enturas/design-system/commits/c606324e3800fa99605c6ff818bd4120adf3e89e))
124
- - add outlined validation icons ([403622c](https://bitbucket.org/enturas/design-system/commits/403622c9750e955b8bb8140e75266df6b9c8e973))
125
-
126
- # [3.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.0.0...@entur/icons@3.1.0) (2021-09-07)
127
-
128
- ### Features
129
-
130
- - **weather:** add weather icons ([1e7c585](https://bitbucket.org/enturas/design-system/commits/1e7c5856a4387578a046b8959662d96a40a05566))
131
- - add MoveAbout icon ([e336ddb](https://bitbucket.org/enturas/design-system/commits/e336ddb443a402e8de4f41ec8d777b2ff12f4d0e))
132
-
133
- # [3.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@2.0.2...@entur/icons@3.0.0) (2021-07-16)
134
-
135
- ### Bug Fixes
136
-
137
- - **calendar icon:** rename from calender to calendar icon ([0177fb9](https://bitbucket.org/enturas/design-system/commits/0177fb9b89c4a1bae4f62bb42e73081ae87f78db))
138
-
139
- ### BREAKING CHANGES
140
-
141
- - **calendar icon:** change all CalenderIcon to CalendarIcon
142
-
143
- ## [2.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@2.0.1...@entur/icons@2.0.2) (2021-06-25)
144
-
145
- ### Bug Fixes
146
-
147
- - **switch:** make icon symmetric ([057053c](https://bitbucket.org/enturas/design-system/commits/057053cbb816278e77882a589f6785428baf3f17))
148
-
149
- ## [2.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@2.0.0...@entur/icons@2.0.1) (2021-05-05)
150
-
151
- ### Bug Fixes
152
-
153
- - **addcard:** update add card icon look ([4282657](https://bitbucket.org/enturas/design-system/commits/4282657e7a2343eb096cc54c52c887be38e2580d))
154
- - fix corrent colors for mobility partners ([c24c7ec](https://bitbucket.org/enturas/design-system/commits/c24c7ec4ab10ef7dfdd434e508a93a07501b5cb9))
155
- - update card icon ([6a8156b](https://bitbucket.org/enturas/design-system/commits/6a8156bc2a8572621c1a6bd0bad6bec4742804ca))
156
-
157
- # [2.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.20.0...@entur/icons@2.0.0) (2021-04-23)
158
-
159
- ### Bug Fixes
160
-
161
- - change name for unvalid ticket icon ([8f5148f](https://bitbucket.org/enturas/design-system/commits/8f5148f06974236dc44cf7016990bd60762c747b))
162
- - use correct colors on mobility partner icons ([90b3408](https://bitbucket.org/enturas/design-system/commits/90b340885fce4cd803042965cbed162ce0cc53df))
163
-
164
- ### BREAKING CHANGES
165
-
166
- - UnvalidTicketIcon -> InvalidTicketIcon
167
-
168
- # [1.20.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.19.0...@entur/icons@1.20.0) (2021-04-09)
169
-
170
- ### Features
171
-
172
- - add mobility partner icons ([9898249](https://bitbucket.org/enturas/design-system/commits/98982497ed78bdb61fd08d83fbe80008df443d92))
173
-
174
- # [1.19.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.18.0...@entur/icons@1.19.0) (2021-02-17)
175
-
176
- ### Features
177
-
178
- - add accessibility icon ([3c71aac](https://bitbucket.org/enturas/design-system/commits/3c71aac995d0912bc6ab0c85875ce89b0701924f))
179
-
180
- # [1.18.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.17.0...@entur/icons@1.18.0) (2021-01-29)
181
-
182
- ### Features
183
-
184
- - add bookmark icon ([97f3fc5](https://bitbucket.org/enturas/design-system/commits/97f3fc51e1d262b75884d067fe1bc8ce6703369d))
185
-
186
- # [1.17.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.16.0...@entur/icons@1.17.0) (2021-01-20)
187
-
188
- ### Features
189
-
190
- - add cloud download icon ([7707066](https://bitbucket.org/enturas/design-system/commits/770706614fb07e4727d3ef29714ac64f0731e321))
191
-
192
- # [1.16.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.2...@entur/icons@1.16.0) (2021-01-13)
193
-
194
- ### Bug Fixes
195
-
196
- - update delete icon look ([b939ffb](https://bitbucket.org/enturas/design-system/commits/b939ffb20cae652dd8ae3c92ceb9b12500df5c76))
197
-
198
- ### Features
199
-
200
- - add admin and privacy icon ([b6c891d](https://bitbucket.org/enturas/design-system/commits/b6c891d7246f447fffaf351e1c6e376ab6f8d8d7))
201
-
202
- ## [1.15.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.1...@entur/icons@1.15.2) (2020-12-04)
203
-
204
- ### Bug Fixes
205
-
206
- - remove unused typings ([156a31d](https://bitbucket.org/enturas/design-system/commits/156a31d8015de3c88291f6620bafeb3d200f16f1))
207
-
208
- ## [1.15.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.0...@entur/icons@1.15.1) (2020-11-05)
209
-
210
- ### Bug Fixes
211
-
212
- - **typings:** add number as possibility for size, width and height props ([a22081f](https://bitbucket.org/enturas/design-system/commits/a22081fdc6360be9d98649586d4e94573dc8c235))
213
-
214
- # [1.15.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.14.0...@entur/icons@1.15.0) (2020-10-23)
215
-
216
- ### Features
217
-
218
- - **icon:** add skyss icon ([42bbd50](https://bitbucket.org/enturas/design-system/commits/42bbd5027059579f0ba3b082a92dc0dfabf979f7))
219
-
220
- # [1.14.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.13.1...@entur/icons@1.14.0) (2020-10-16)
221
-
222
- ### Bug Fixes
223
-
224
- - **types:** add prop spread fix in typings ([58d08f4](https://bitbucket.org/enturas/design-system/commits/58d08f40897ebeac3876feb756d356ce69344dd8))
225
- - fix colors for payment icons ([63a90db](https://bitbucket.org/enturas/design-system/commits/63a90db49d347e434c4a46faf08e6516edaf6569))
226
-
227
- ### Features
228
-
229
- - add vippslogo icon ([a703253](https://bitbucket.org/enturas/design-system/commits/a703253ba99e812be2d838bf7d9c063de3b39a12))
230
- - **icons:** add typings for all icons ([e55d644](https://bitbucket.org/enturas/design-system/commits/e55d644c1f961e8655b2817fd1347b5289c0b652))
231
- - add animalfree icon ([a3fabde](https://bitbucket.org/enturas/design-system/commits/a3fabdeacd6fe2d91802a2d52ee429a8c08cb1b0))
232
- - add mastercard icon ([3404b64](https://bitbucket.org/enturas/design-system/commits/3404b64163783bb081ac61e91307ae1c4a03095a))
233
- - add vipps icon ([fc068db](https://bitbucket.org/enturas/design-system/commits/fc068dbda207722e323229975227f8d6340e68d8))
234
- - add visa icon ([b2689d7](https://bitbucket.org/enturas/design-system/commits/b2689d70ff9fb1f086dcc0d7ccf7829dbf1c133b))
235
-
236
- ## [1.13.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.13.0...@entur/icons@1.13.1) (2020-10-09)
237
-
238
- **Note:** Version bump only for package @entur/icons
239
-
240
- # [1.13.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.12.2...@entur/icons@1.13.0) (2020-09-25)
241
-
242
- ### Features
243
-
244
- - **@entur/icons:** add GitHub icon ([fa47eee](https://bitbucket.org/enturas/design-system/commits/fa47eeef111f0c3a1a4d0a71d58e8f834d84f198))
245
-
246
- ## [1.12.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.12.1...@entur/icons@1.12.2) (2020-09-14)
247
-
248
- ### Bug Fixes
249
-
250
- - **validationerror:** fix casing in icon fill ([cdbe209](https://bitbucket.org/enturas/design-system/commits/cdbe2091498d123a78ffea0a14556ec37122eae3))
251
-
252
- ## [1.12.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.12.0...@entur/icons@1.12.1) (2020-09-02)
253
-
254
- **Note:** Version bump only for package @entur/icons
255
-
256
- # [1.12.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.11.0...@entur/icons@1.12.0) (2020-08-26)
257
-
258
- ### Bug Fixes
259
-
260
- - **extend icon:** rename new icon from expand to extend ([a592d49](https://bitbucket.org/enturas/design-system/commits/a592d49baabe9daa3a6fc9171411578e88b1ddb9))
261
-
262
- ### Features
263
-
264
- - **icons:** add expand and minimize icons ([709daea](https://bitbucket.org/enturas/design-system/commits/709daea5bccd77aa7581ce023949bd891be4a441))
265
- - **new icon:** add icon for draggable ([e356e60](https://bitbucket.org/enturas/design-system/commits/e356e6007b59aab0ab38edc23d8d35d347dc75df))
266
-
267
- # [1.11.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.10.0...@entur/icons@1.11.0) (2020-08-19)
268
-
269
- ### Bug Fixes
270
-
271
- - **validation error icon:** adjust internal padding in svg ([608f45e](https://bitbucket.org/enturas/design-system/commits/608f45ed7bd00fd241e3134b2f8b32c9851a1cbe))
272
-
273
- ### Features
274
-
275
- - add baby icon ([4ece207](https://bitbucket.org/enturas/design-system/commits/4ece207c25e096a0731d8db0ce67b62cc0854f39))
276
-
277
- # [1.10.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.9.1...@entur/icons@1.10.0) (2020-08-11)
278
-
279
- ### Features
280
-
281
- - add new icons for travel and misc ([fbb4074](https://bitbucket.org/enturas/design-system/commits/fbb40741aa9e68f16e0d725ca210cfc2aee52bf0))
282
-
283
- ## [1.9.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.9.0...@entur/icons@1.9.1) (2020-07-22)
284
-
285
- ### Bug Fixes
286
-
287
- - avoid color change on icons with special colors ([f227105](https://bitbucket.org/enturas/design-system/commits/f2271051e74c137cc536b27ad0d9fcc67caa5d64))
288
- - center norway flag icon position ([fff28b3](https://bitbucket.org/enturas/design-system/commits/fff28b317eed0e2628b0d798e3c158f663f0cffb))
289
- - use differential and not white fill ([9ae8221](https://bitbucket.org/enturas/design-system/commits/9ae8221888ecdfa35b5ee32f452df60c726df9d9))
290
-
291
- # [1.9.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.8.0...@entur/icons@1.9.0) (2020-07-16)
292
-
293
- ### Features
294
-
295
- - color prop for icons works with transport icons ([1baa125](https://bitbucket.org/enturas/design-system/commits/1baa125039ef2f430fe5ea18cc9f3ea0e53031ab))
296
-
297
- # [1.8.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.7.0...@entur/icons@1.8.0) (2020-07-03)
298
-
299
- ### Bug Fixes
300
-
301
- - update BusIcon with new BusIcon color ([46e3448](https://bitbucket.org/enturas/design-system/commits/46e34489965f93c81eb1b8b986df3f61fd0b07bd))
302
-
303
- ### Features
304
-
305
- - add database icon ([d96d016](https://bitbucket.org/enturas/design-system/commits/d96d016ced80e4ab5e57b04b17d6a1676c5c4f4d))
306
- - add linkedin icon ([8fd0488](https://bitbucket.org/enturas/design-system/commits/8fd04880866ceefff2fde49a67c1ce67d457289f))
307
- - add power icon ([a4b75cd](https://bitbucket.org/enturas/design-system/commits/a4b75cdd3dd48a116f7d0c7f2287134ee0f858b0))
308
- - add select and hand pointer icons ([d1fd1d1](https://bitbucket.org/enturas/design-system/commits/d1fd1d16c0502fc7a837f4495c4fc4e3d391b65f))
309
- - add standard and quiet hearing icon ([d525ac7](https://bitbucket.org/enturas/design-system/commits/d525ac792d64811f9887cc1e879bcc381cfffd72))
310
-
311
- # [1.7.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.6.1...@entur/icons@1.7.0) (2020-06-17)
312
-
313
- ### Features
314
-
315
- - add contrast support for travel icons ([4c1c56a](https://bitbucket.org/enturas/design-system/commits/4c1c56a4d12aee4b6a2a7a9054075335bf2a4495))
316
-
317
- ## [1.6.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.6.0...@entur/icons@1.6.1) (2020-05-27)
318
-
319
- **Note:** Version bump only for package @entur/icons
320
-
321
- # [1.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.5.2...@entur/icons@1.6.0) (2020-05-26)
322
-
323
- ### Features
324
-
325
- - new icon for partner: farte ([52b991b](https://bitbucket.org/enturas/design-system/commits/52b991ba4c59ab50d7752d324ffbeb8a4f9bf324))
326
-
327
- ## [1.5.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.5.1...@entur/icons@1.5.2) (2020-05-20)
328
-
329
- **Note:** Version bump only for package @entur/icons
330
-
331
- ## [1.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.5.0...@entur/icons@1.5.1) (2020-04-27)
332
-
333
- ### Bug Fixes
334
-
335
- - fix coloring of kolumbus icon ([fa5876e](https://bitbucket.org/enturas/design-system/commits/fa5876e18e19e934afb700f86446108af7fd85c9))
336
-
337
- # [1.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.4.0...@entur/icons@1.5.0) (2020-04-23)
338
-
339
- ### Bug Fixes
340
-
341
- - change 1em to 16 for native icons ([a97b97d](https://bitbucket.org/enturas/design-system/commits/a97b97d8669bfd2f6a885a4985c0e858debe0f18))
342
-
343
- ### Features
344
-
345
- - add purpose icon ([7b02c4e](https://bitbucket.org/enturas/design-system/commits/7b02c4e36c6428958a8ff775a2003bb92f36c2df))
346
- - add value icon ([324b918](https://bitbucket.org/enturas/design-system/commits/324b918d344dd38ff51aea65a0c1174eb408616f))
347
- - add vertical switch icon ([dd3eec3](https://bitbucket.org/enturas/design-system/commits/dd3eec34413d525c029ad3281af7c6e7a3212a08))
348
- - add width and height props for icons ([8881baa](https://bitbucket.org/enturas/design-system/commits/8881baaabd96e41294b186cee248016057313ecc))
349
-
350
- # [1.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.3.0...@entur/icons@1.4.0) (2020-04-08)
351
-
352
- ### Features
353
-
354
- - add quit icon ([7311322](https://bitbucket.org/enturas/design-system/commits/73113222eaff3c89d89e032aab4583a03d52bfa0))
355
- - adding partner icons ([84501ea](https://bitbucket.org/enturas/design-system/commits/84501ea98c109a897c643fc0faf9df3f4203b4d6))
356
-
357
- # [1.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.0.0...@entur/icons@1.3.0) (2020-03-25)
358
-
359
- ### Bug Fixes
360
-
361
- - change the tram icon to have correct color according to tokens ([251dacc](https://bitbucket.org/enturas/design-system/commits/251daccb629a7e7a6a8cbd953e681e4bf9a3429a))
362
- - use currentColor for transport colors for native ([7358f14](https://bitbucket.org/enturas/design-system/commits/7358f148bda0ce8e7cba479cb650e5be39707f48))
363
-
364
- ### Features
365
-
366
- - adding row-height icons ([ccca7ed](https://bitbucket.org/enturas/design-system/commits/ccca7eda14df5fb1a9182c36bfe359fcc885b27b))
367
- - **channel icon:** and update settings and timeline icon ([dcb80b4](https://bitbucket.org/enturas/design-system/commits/dcb80b431a9738c315ddc0b705c7b3fd8328fd17))
368
- - changed import module for native config ([d9c3c5f](https://bitbucket.org/enturas/design-system/commits/d9c3c5f99b0e2e76fccea3847958660f12c3bd42))
369
-
370
- # [1.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.0.0...@entur/icons@1.2.0) (2020-03-25)
371
-
372
- ### Bug Fixes
373
-
374
- - change the tram icon to have correct color according to tokens ([251dacc](https://bitbucket.org/enturas/design-system/commits/251daccb629a7e7a6a8cbd953e681e4bf9a3429a))
375
- - use currentColor for transport colors for native ([7358f14](https://bitbucket.org/enturas/design-system/commits/7358f148bda0ce8e7cba479cb650e5be39707f48))
376
-
377
- ### Features
378
-
379
- - adding row-height icons ([ccca7ed](https://bitbucket.org/enturas/design-system/commits/ccca7eda14df5fb1a9182c36bfe359fcc885b27b))
380
- - **channel icon:** and update settings and timeline icon ([dcb80b4](https://bitbucket.org/enturas/design-system/commits/dcb80b431a9738c315ddc0b705c7b3fd8328fd17))
381
- - changed import module for native config ([d9c3c5f](https://bitbucket.org/enturas/design-system/commits/d9c3c5f99b0e2e76fccea3847958660f12c3bd42))
382
-
383
- # [1.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.0.0...@entur/icons@1.1.0) (2020-03-18)
384
-
385
- ### Bug Fixes
386
-
387
- - change the tram icon to have correct color according to tokens ([251dacc](https://bitbucket.org/enturas/design-system/commits/251daccb629a7e7a6a8cbd953e681e4bf9a3429a))
388
- - use currentColor for transport colors for native ([7358f14](https://bitbucket.org/enturas/design-system/commits/7358f148bda0ce8e7cba479cb650e5be39707f48))
389
-
390
- ### Features
391
-
392
- - **channel icon:** and update settings and timeline icon ([dcb80b4](https://bitbucket.org/enturas/design-system/commits/dcb80b431a9738c315ddc0b705c7b3fd8328fd17))
393
- - changed import module for native config ([d9c3c5f](https://bitbucket.org/enturas/design-system/commits/d9c3c5f99b0e2e76fccea3847958660f12c3bd42))
394
-
395
- # [1.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.11.0...@entur/icons@1.0.0) (2020-03-05)
396
-
397
- ### Bug Fixes
398
-
399
- - remove unused icon ([bced335](https://bitbucket.org/enturas/design-system/commits/bced335fac86c7be383468ca30adcfb6b02ed515))
400
- - remove unused icons ([1199864](https://bitbucket.org/enturas/design-system/commits/1199864b81188338aa8ad4d8bdda98ffdd5096c7))
401
-
402
- ### Features
403
-
404
- - adding new validation icons ([854644a](https://bitbucket.org/enturas/design-system/commits/854644a5dfb27d475681aa6a3a1c5f3bcc44999d))
405
- - supports setting size for native icons ([74a7855](https://bitbucket.org/enturas/design-system/commits/74a7855710ab9157489615bf114ce4558e62f1aa))
406
- - **icons:** changing all icons to outline styling ([2a346d0](https://bitbucket.org/enturas/design-system/commits/2a346d0873c690569d473c7f21f1a454bc088bc6))
407
-
408
- ### BREAKING CHANGES
409
-
410
- - Removed icons: company, fineticket, periode, rescue, sanntid, salesplace, and location
411
- - **icons:** Name changes for icon (old-new): standard-expand, teddy-playroom, company-city, ticket-validticket
412
-
413
- ISSUES CLOSED: DS-269
414
-
415
- # [0.11.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.10.0...@entur/icons@0.11.0) (2020-02-26)
416
-
417
- ### Features
418
-
419
- - add icon for UK ([f896e51](https://bitbucket.org/enturas/design-system/commits/f896e5164db7f70dd9bc74429eebd3df4d536c08))
420
-
421
- # [0.10.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.9.0...@entur/icons@0.10.0) (2020-02-20)
422
-
423
- ### Features
424
-
425
- - add sleepicon ([018acf9](https://bitbucket.org/enturas/design-system/commits/018acf9ffa4b56f89f5d90cff18cf5c8117e7207))
426
-
427
- # [0.9.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.8.0...@entur/icons@0.9.0) (2020-02-14)
428
-
429
- ### Bug Fixes
430
-
431
- - update look for teddy icon ([45a2fc2](https://bitbucket.org/enturas/design-system/commits/45a2fc206ca8ccc5a004968e2c566bd1c28c6a23))
432
-
433
- ### Features
434
-
435
- - new icons ([f50efb3](https://bitbucket.org/enturas/design-system/commits/f50efb3c7fd37c95464a362dd563dfa64126004f))
436
-
437
- # [0.8.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.7.0...@entur/icons@0.8.0) (2020-02-12)
438
-
439
- ### Features
440
-
441
- - add new icon: turnable ([3025950](https://bitbucket.org/enturas/design-system/commits/30259503234ee9351aa8f2416c37af15a1adae84))
442
-
443
- # [0.7.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.6.0...@entur/icons@0.7.0) (2020-02-05)
444
-
445
- ### Features
446
-
447
- - adding new icon: rulesicon ([07c63d7](https://bitbucket.org/enturas/design-system/commits/07c63d7cd59ee4e7fc43585edfc7f0bc4d744085))
448
-
449
- # [0.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.5.0...@entur/icons@0.6.0) (2020-01-27)
450
-
451
- ### Features
452
-
453
- - add redo and undo icon ([de1a001](https://bitbucket.org/enturas/design-system/commits/de1a00128e6bed5f6366b6d200789176517552d3))
454
-
455
- # [0.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.5...@entur/icons@0.5.0) (2020-01-14)
456
-
457
- ### Bug Fixes
458
-
459
- - **icons:** fix inline icon styles ([a454c62](https://bitbucket.org/enturas/design-system/commits/a454c621e87a807efa5b39605d16cc0578d49e38))
460
- - include the "native" folder in the npm package ([02f398c](https://bitbucket.org/enturas/design-system/commits/02f398c2a4a489b79a2002cb745ae1fda077201a))
461
-
462
- ### Features
463
-
464
- - **icons:** add react-native icons ([962f1a5](https://bitbucket.org/enturas/design-system/commits/962f1a543567f5a0a7b76d6b0c53f48c81343e69))
465
-
466
- ## [0.4.5](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.4...@entur/icons@0.4.5) (2020-01-13)
467
-
468
- ### Bug Fixes
469
-
470
- - fix listview icon rotation ([7940940](https://bitbucket.org/enturas/design-system/commits/7940940d8629422ac72346f926ec84f2040fb529))
471
-
472
- ## [0.4.4](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.3...@entur/icons@0.4.4) (2020-01-08)
473
-
474
- ### Bug Fixes
475
-
476
- - warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
477
-
478
- ## [0.4.3](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.2...@entur/icons@0.4.3) (2020-01-06)
479
-
480
- ### Bug Fixes
481
-
482
- - **SubtractIcon, VerticalDotsIcon:** fix two rotated icons ([9cd49ee](https://bitbucket.org/enturas/design-system/commits/9cd49ee0ad24c11675c0e4ca0082aecbaef4f0d7))
483
-
484
- ## [0.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.1...@entur/icons@0.4.2) (2019-11-22)
485
-
486
- **Note:** Version bump only for package @entur/icons
487
-
488
- ## [0.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.0...@entur/icons@0.4.1) (2019-11-14)
489
-
490
- ### Bug Fixes
491
-
492
- - **class prefix:** fixing final class name prefixes ([bdcd590](https://bitbucket.org/enturas/design-system/commits/bdcd590407c0f3cc4a9cc02d294edcce6b106cc7))
493
- - **css classnames:** fixing naming collisions with CSS classes ([a93ca43](https://bitbucket.org/enturas/design-system/commits/a93ca435d3a01d61d8f02694a672686b9e943a66))
494
-
495
- # [0.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.3.0...@entur/icons@0.4.0) (2019-10-22)
496
-
497
- ### Bug Fixes
498
-
499
- - **icons:** upgrade tsdx to avoid custom config for icons ([712f1cc](https://bitbucket.org/enturas/design-system/commits/712f1cccfd3f0242f3287c21b45c8d5c9ad92084))
500
-
501
- ### Features
502
-
503
- - **icons:** Add inline and extra class support ([50dc694](https://bitbucket.org/enturas/design-system/commits/50dc694063585c4c39618bf38f1c0d2a87a3319e))
504
-
505
- # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.2.0...@entur/icons@0.3.0) (2019-10-07)
506
-
507
- ### Bug Fixes
508
-
509
- - **icons:** update the ParkAndRide icon ([49ca013](https://bitbucket.org/enturas/design-system/commits/49ca013))
510
-
511
- ### Features
512
-
513
- - **icons:** add new icon: SourceCodeIcon ([4409eaf](https://bitbucket.org/enturas/design-system/commits/4409eaf))
514
- - **icons:** add premium seat icon, update question icon ([8d19723](https://bitbucket.org/enturas/design-system/commits/8d19723))
515
-
516
- # 0.2.0 (2019-09-25)
517
-
518
- ### Features
519
-
520
- - **icons:** add new package icons ([48500ae](https://bitbucket.org/enturas/design-system/commits/48500ae))
521
- - add UI and transport icons ([5a5f10a](https://bitbucket.org/enturas/design-system/commits/5a5f10a))