atum-icons 2.0.0 → 2.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atum-icons",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "A scalable SVG-based React icon library",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -10,35 +10,35 @@ const TrashLinearIcon = (props) => (
10
10
  >
11
11
  <path
12
12
  d="M21 5.97998C17.67 5.64998 14.32 5.47998 10.98 5.47998C9 5.47998 7.02 5.57998 5.04 5.77998L3 5.97998"
13
- stroke="#171717"
13
+ stroke="currentColor"
14
14
  strokeWidth={1.5}
15
15
  strokeLinecap="round"
16
16
  strokeLinejoin="round"
17
17
  />
18
18
  <path
19
19
  d="M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97"
20
- stroke="#171717"
20
+ stroke="currentColor"
21
21
  strokeWidth={1.5}
22
22
  strokeLinecap="round"
23
23
  strokeLinejoin="round"
24
24
  />
25
25
  <path
26
26
  d="M18.8499 9.13989L18.1999 19.2099C18.0899 20.7799 17.9999 21.9999 15.2099 21.9999H8.7899C5.9999 21.9999 5.9099 20.7799 5.7999 19.2099L5.1499 9.13989"
27
- stroke="#171717"
27
+ stroke="currentColor"
28
28
  strokeWidth={1.5}
29
29
  strokeLinecap="round"
30
30
  strokeLinejoin="round"
31
31
  />
32
32
  <path
33
33
  d="M10.3301 16.5H13.6601"
34
- stroke="#171717"
34
+ stroke="currentColor"
35
35
  strokeWidth={1.5}
36
36
  strokeLinecap="round"
37
37
  strokeLinejoin="round"
38
38
  />
39
39
  <path
40
40
  d="M9.5 12.5H14.5"
41
- stroke="#171717"
41
+ stroke="currentColor"
42
42
  strokeWidth={1.5}
43
43
  strokeLinecap="round"
44
44
  strokeLinejoin="round"