@desynova-digital/components 8.17.0 → 8.17.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.
@@ -98,7 +98,8 @@ console.log(iconsArr);
98
98
  _react2.default.createElement(_components.Icon, { name: "triangle-double-right", width: 14, height: 13 }),
99
99
  _react2.default.createElement(_components.Icon, { name: "delete", width: 12, height: 14 }),
100
100
  _react2.default.createElement(_components.Icon, { name: "promo_review", width: 16, height: 14 }),
101
- _react2.default.createElement(_components.Icon, { name: "data-refresh", width: 16, height: 18 })
101
+ _react2.default.createElement(_components.Icon, { name: "data-refresh", width: 16, height: 18 }),
102
+ _react2.default.createElement(_components.Icon, { name: "back-to-back", width: 16, height: 18 })
102
103
  )
103
104
  );
104
105
  });
@@ -155,7 +156,8 @@ console.log(iconsArr);
155
156
  _react2.default.createElement(_components.Icon, { name: "align_middle", width: 16, height: 16 }),
156
157
  _react2.default.createElement(_components.Icon, { name: "align_right", width: 16, height: 16 }),
157
158
  _react2.default.createElement(_components.Icon, { name: "comment", width: 13, height: 13 }),
158
- _react2.default.createElement(_components.Icon, { name: "cut", width: 14, height: 15 })
159
+ _react2.default.createElement(_components.Icon, { name: "cut", width: 14, height: 15 }),
160
+ _react2.default.createElement(_components.Icon, { name: "back-to-back", width: 14, height: 15 })
159
161
  )
160
162
  );
161
163
  });
@@ -205,7 +207,8 @@ console.log(iconsArr);
205
207
  _react2.default.createElement(_components.Icon, { name: "upload-arrow", width: 12, height: 18 }),
206
208
  _react2.default.createElement(_components.Icon, { name: "log-out", width: 12, height: 12 }),
207
209
  _react2.default.createElement(_components.Icon, { name: "brief", width: 14, height: 12 }),
208
- _react2.default.createElement(_components.Icon, { name: "upload-asset", width: 24, height: 24 })
210
+ _react2.default.createElement(_components.Icon, { name: "upload-asset", width: 24, height: 24 }),
211
+ _react2.default.createElement(_components.Icon, { name: "back-to-back", width: 14, height: 15 })
209
212
  )
210
213
  );
211
214
  });
@@ -1363,6 +1363,14 @@
1363
1363
  "width": 24,
1364
1364
  "height": 24
1365
1365
  },
1366
+ "back-to-back": {
1367
+ "paths": [
1368
+ "M1.49967 11.2707L0.395508 10.7082L5.45801 0.729004L6.56217 1.2915L1.49967 11.2707ZM6.99967 11.2707L5.89551 10.7082L10.958 0.729004L12.0622 1.2915L6.99967 11.2707ZM12.4997 11.2707L11.3955 10.7082L16.458 0.729004L17.5622 1.2915L12.4997 11.2707Z"
1369
+ ],
1370
+ "fillRule": "nonzero",
1371
+ "width": 24,
1372
+ "height": 12
1373
+ },
1366
1374
  "users": {
1367
1375
  "paths": [
1368
1376
  "M6.75 10.3125C4.995 10.3125 1.5 11.19 1.5 12.9375V14.25H12V12.9375C12 11.19 8.505 10.3125 6.75 10.3125ZM3.255 12.75C3.885 12.315 5.4075 11.8125 6.75 11.8125C8.0925 11.8125 9.615 12.315 10.245 12.75H3.255ZM6.75 9C8.1975 9 9.375 7.8225 9.375 6.375C9.375 4.9275 8.1975 3.75 6.75 3.75C5.3025 3.75 4.125 4.9275 4.125 6.375C4.125 7.8225 5.3025 9 6.75 9ZM6.75 5.25C7.3725 5.25 7.875 5.7525 7.875 6.375C7.875 6.9975 7.3725 7.5 6.75 7.5C6.1275 7.5 5.625 6.9975 5.625 6.375C5.625 5.7525 6.1275 5.25 6.75 5.25ZM12.03 10.3575C12.9 10.9875 13.5 11.8275 13.5 12.9375V14.25H16.5V12.9375C16.5 11.4225 13.875 10.56 12.03 10.3575ZM11.25 9C12.6975 9 13.875 7.8225 13.875 6.375C13.875 4.9275 12.6975 3.75 11.25 3.75C10.845 3.75 10.47 3.8475 10.125 4.0125C10.5975 4.68 10.875 5.4975 10.875 6.375C10.875 7.2525 10.5975 8.07 10.125 8.7375C10.47 8.9025 10.845 9 11.25 9Z"
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "8.17.0",
3
+ "version": "8.17.1",
4
4
  "description": "Components for Desynova Digital",
5
5
  "main": "index.js",
6
6
  "author": "desynova-digital",
7
7
  "license": "MIT",
8
8
  "repository": "desynova-digital",
9
9
  "dependencies": {
10
- "@desynova-digital/tokens": "8.17.0",
10
+ "@desynova-digital/tokens": "8.17.1",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },