react-magma-icons 2.3.4 → 2.4.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/README.md +6 -2
- package/package.json +5 -5
- package/src/icons/Custom/BooksWfIcon.tsx +1 -4
- package/src/icons/Maps/DirectionsRailwayIcon.tsx +2 -3
- package/src/svg/icons/Custom/books_wf.svg +1 -4
- package/src/svg/icons/Maps/directions_railway.svg +2 -12
- package/CHANGELOG.md +0 -405
- package/src/.DS_Store +0 -0
- package/src/svg/.DS_Store +0 -0
- package/src/svg/icons/.DS_Store +0 -0
- package/src/svg/icons/Custom/.DS_Store +0 -0
package/README.md
CHANGED
|
@@ -3,5 +3,9 @@
|
|
|
3
3
|
This repository provides all the icons used in [React Magma](https://github.com/cengage/react-magma).
|
|
4
4
|
|
|
5
5
|
## Adding new icons
|
|
6
|
-
1. Add svg files to the appropriate folder under `src/svg/icons
|
|
7
|
-
2. Run the command `npm run build
|
|
6
|
+
1. Add svg files to the appropriate folder under `src/svg/icons/`.
|
|
7
|
+
2. Run the command `npm run build`.
|
|
8
|
+
3. Update the package version in the `package.json`.
|
|
9
|
+
4. Open a pull request and commit the changes.
|
|
10
|
+
5. Run the command `npm publish`. Confirm that the new version has been released in [NPM](https://www.npmjs.com/package/react-magma-icons/).
|
|
11
|
+
6. In `react-magma`, update all instances of this package to use the new released version.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-magma-icons",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.4.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"prettier": "prettier --write --loglevel warn --ignore-path .eslintignore \"src/**/*.{js,jsx,ts,tsx,json}\""
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"react": "^
|
|
33
|
-
"react-dom": "^
|
|
32
|
+
"react": "^17.0.0",
|
|
33
|
+
"react-dom": "^17.0.0",
|
|
34
34
|
"uuid": "^8.3.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"fastq": "^1.11.0",
|
|
39
39
|
"fs-extra": "^9.1.0",
|
|
40
40
|
"prettier": "^2.3.0",
|
|
41
|
-
"react": "^
|
|
42
|
-
"react-dom": "^
|
|
41
|
+
"react": "^17.0.0",
|
|
42
|
+
"react-dom": "^17.0.0",
|
|
43
43
|
"rimraf": "^3.0.2",
|
|
44
44
|
"svgo": "^1.3.2",
|
|
45
45
|
"tsdx": "^0.14.1",
|
|
@@ -9,10 +9,7 @@ const iconType = {
|
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
10
10
|
paths: [
|
|
11
11
|
{
|
|
12
|
-
d: "
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
d: "M10.75 13h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2zm0-6h8v4h-8V7zM9.75 19h-7v-6c0-.55-.45-1-1-1s-1 .45-1 1v6c0 1.1.9 2 2 2h7c.55 0 1-.45 1-1s-.45-1-1-1zM21.76 14.79l-.63 2.87c-.15.71-.24 1.21-.28 1.5-.03-.22-.09-.56-.17-1.02-.08-.46-.17-.85-.25-1.2l-.49-2.16h-1.43l-.5 2.16c-.08.3-.16.68-.24 1.13-.08.45-.15.82-.18 1.08-.05-.38-.15-.88-.29-1.51l-.62-2.86h-1.49l1.41 5.71h1.82c.33-1.5.52-2.35.57-2.56.05-.21.09-.44.14-.69.05-.25.08-.46.1-.63.03.21.07.47.12.78.05.31.1.52.12.62l.55 2.49h1.82l1.41-5.71h-1.49z",
|
|
12
|
+
d: "M21 3H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h9V5h8c.55 0 1 .45 1 1v8h2V5c0-1.1-.9-2-2-2zm-1 10.25c0-.41-.34-.75-.75-.75h-5.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.5c.41 0 .75-.34.75-.75zM19.25 9h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75zm-5.5 2.5h5.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-5.5c-.41 0-.75.34-.75.75s.34.75.75.75zm5.73 8.66c.04-.29.13-.79.28-1.5l.63-2.87h1.49l-1.41 5.71h-1.82l-.55-2.49c-.0046-.0229-.0108-.0517-.0181-.086-.0248-.1156-.0634-.2951-.1019-.534-.05-.31-.09-.57-.12-.78-.02.17-.05.38-.1.63-.0154.0769-.0298.1519-.0439.225-.0316.1646-.0615.3196-.0961.465-.05.21-.24 1.06-.57 2.56h-1.82l-1.41-5.71h1.49l.62 2.86c.14.63.24 1.13.29 1.51.0247-.214.0765-.5024.1386-.8486L16.4 19.07c.08-.45.16-.83.24-1.13l.5-2.16h1.43l.49 2.16.0077.0335c.078.3414.1648.7211.2423 1.1665l.0209.1199c.0695.3996.1218.6997.1491.9001z",
|
|
16
13
|
},
|
|
17
14
|
],
|
|
18
15
|
circles: [],
|
|
@@ -6,11 +6,10 @@
|
|
|
6
6
|
import { IconProps } from "../../IconProps";
|
|
7
7
|
import { renderIcon } from "../../SvgIcon";
|
|
8
8
|
const iconType = {
|
|
9
|
-
viewBox: "0 0
|
|
9
|
+
viewBox: "0 0 48 48",
|
|
10
10
|
paths: [
|
|
11
11
|
{
|
|
12
|
-
d: "
|
|
13
|
-
fillRule: "evenodd",
|
|
12
|
+
d: "M13.25 42q-.55 0-.9-.35t-.35-.9q0-.3.175-.625t.425-.525L15 38q-2.95 0-4.975-2.025Q8 33.95 8 31V12q0-4.15 3.85-6.075Q15.7 4 24 4q8.6 0 12.3 1.85Q40 7.7 40 12v19q0 2.95-2.025 4.975Q35.95 38 33 38l2.4 1.6q.25.2.425.5t.175.65q0 .55-.35.9t-.9.35zM11 20.75h26V13H11zm22 3H11h26-4zm-9 8.5q1.15 0 1.95-.8t.8-1.95q0-1.15-.8-1.95t-1.95-.8q-1.15 0-1.95.8t-.8 1.95q0 1.15.8 1.95t1.95.8zm-9 3h18q1.7 0 2.85-1.25Q37 32.75 37 31v-7.25H11V31q0 1.75 1.15 3T15 35.25zM24 7q-6 0-8.65.775-2.65.775-3.8 2.225H36.6q-.9-1.35-3.825-2.175Q29.85 7 24 7zm0 3h12.6-25.05H24z",
|
|
14
13
|
},
|
|
15
14
|
],
|
|
16
15
|
circles: [],
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
2
2
|
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="M10.75 13H18.75C19.85 13 20.75 12.1 20.75 11V5C20.75 3.9 19.85 3 18.75 3H10.75C9.65 3 8.75 3.9 8.75 5V11C8.75 12.1 9.65 13 10.75 13ZM10.75 7H18.75V11H10.75V7Z" fill="black"/>
|
|
5
|
-
<path d="M9.75 19H2.75V13C2.75 12.45 2.3 12 1.75 12C1.2 12 0.75 12.45 0.75 13V19C0.75 20.1 1.65 21 2.75 21H9.75C10.3 21 10.75 20.55 10.75 20C10.75 19.45 10.3 19 9.75 19Z" fill="black"/>
|
|
6
|
-
<path d="M21.76 14.79L21.13 17.66C20.98 18.37 20.89 18.87 20.85 19.16C20.82 18.94 20.76 18.6 20.68 18.14C20.6 17.68 20.51 17.29 20.43 16.94L19.94 14.78H18.51L18.01 16.94C17.93 17.24 17.85 17.62 17.77 18.07C17.69 18.52 17.62 18.89 17.59 19.15C17.54 18.77 17.44 18.27 17.3 17.64L16.68 14.78H15.19L16.6 20.49H18.42C18.75 18.99 18.94 18.14 18.99 17.93C19.04 17.72 19.08 17.49 19.13 17.24C19.18 16.99 19.21 16.78 19.23 16.61C19.26 16.82 19.3 17.08 19.35 17.39C19.4 17.7 19.45 17.91 19.47 18.01L20.02 20.5H21.84L23.25 14.79H21.76Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21 3H3C1.9 3 1 3.9 1 5V18C1 19.1 1.9 20 3 20H12V5H20C20.55 5 21 5.45 21 6V14H23V5C23 3.9 22.1 3 21 3ZM20 13.25C20 12.84 19.66 12.5 19.25 12.5H13.75C13.34 12.5 13 12.84 13 13.25C13 13.66 13.34 14 13.75 14H19.25C19.66 14 20 13.66 20 13.25ZM19.25 9H13.75C13.34 9 13 8.66 13 8.25C13 7.84 13.34 7.5 13.75 7.5H19.25C19.66 7.5 20 7.84 20 8.25C20 8.66 19.66 9 19.25 9ZM13.75 11.5H19.25C19.66 11.5 20 11.16 20 10.75C20 10.34 19.66 10 19.25 10H13.75C13.34 10 13 10.34 13 10.75C13 11.16 13.34 11.5 13.75 11.5ZM19.48 20.16C19.52 19.87 19.61 19.37 19.76 18.66L20.39 15.79H21.88L20.47 21.5H18.65L18.1 19.01C18.0954 18.9871 18.0892 18.9583 18.0819 18.924C18.0571 18.8084 18.0185 18.6289 17.98 18.39C17.93 18.08 17.89 17.82 17.86 17.61C17.84 17.78 17.81 17.99 17.76 18.24C17.7446 18.3169 17.7302 18.3919 17.7161 18.465C17.6845 18.6296 17.6546 18.7846 17.62 18.93C17.57 19.14 17.38 19.99 17.05 21.49H15.23L13.82 15.78H15.31L15.93 18.64C16.07 19.27 16.17 19.77 16.22 20.15C16.2447 19.936 16.2965 19.6476 16.3586 19.3014C16.372 19.2269 16.3858 19.1497 16.4 19.07C16.48 18.62 16.56 18.24 16.64 17.94L17.14 15.78H18.57L19.06 17.94L19.0677 17.9735C19.1457 18.3149 19.2325 18.6946 19.31 19.14C19.3171 19.1809 19.3241 19.2209 19.3309 19.2599C19.4004 19.6595 19.4527 19.9596 19.48 20.16Z" fill="black"/>
|
|
7
4
|
</svg>
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
<title>directions_railway</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<path d="M3.99999997,15.5 C3.99999997,17.43 5.56999997,19 7.49999997,19 L5.99999997,20.5 L5.99999997,21 L18,21 L18,20.5 L16.5,19 C18.43,19 20,17.43 20,15.5 L20,4.99999995 C20,1.49999995 16.42,0.999999954 12,0.999999954 C7.57999998,0.999999954 3.99999997,1.49999995 3.99999997,4.99999995 L3.99999997,15.5 Z M12,17 C10.9,17 9.99999999,16.1 9.99999999,15 C9.99999999,13.9 10.9,13 12,13 C13.1,13 14,13.9 14,15 C14,16.1 13.1,17 12,17 Z M18,9.99999997 L5.99999997,9.99999997 L5.99999997,4.99999997 L18,4.99999997 L18,9.99999997 Z M3.99999997,15.5 C3.99999997,17.43 5.56999997,19 7.49999997,19 L6.35999998,20.15 C6.03999998,20.46 6.25999998,21 6.70999998,21 L17.29,21 C17.74,21 17.96,20.46 17.64,20.15 L16.5,19 C18.43,19 20,17.43 20,15.5 L20,4.99999995 C20,1.49999995 16.42,0.999999954 12,0.999999954 C7.57999998,0.999999954 3.99999997,1.49999995 3.99999997,4.99999995 L3.99999997,15.5 Z M12,17 C10.9,17 9.99999999,16.1 9.99999999,15 C9.99999999,13.9 10.9,13 12,13 C13.1,13 14,13.9 14,15 C14,16.1 13.1,17 12,17 Z M18,9.99999997 L5.99999997,9.99999997 L5.99999997,4.99999997 L18,4.99999997 L18,9.99999997 Z" id="path-1"></path>
|
|
6
|
-
</defs>
|
|
7
|
-
<g id="directions_railway" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
-
<mask id="mask-2" fill="white">
|
|
9
|
-
<use xlink:href="#path-1"></use>
|
|
10
|
-
</mask>
|
|
11
|
-
<use id="Shape" fill="#000000" xlink:href="#path-1"></use>
|
|
12
|
-
</g>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48">
|
|
2
|
+
<path d="M13.25 42q-.55 0-.9-.35t-.35-.9q0-.3.175-.625t.425-.525L15 38q-2.95 0-4.975-2.025Q8 33.95 8 31V12q0-4.15 3.85-6.075Q15.7 4 24 4q8.6 0 12.3 1.85Q40 7.7 40 12v19q0 2.95-2.025 4.975Q35.95 38 33 38l2.4 1.6q.25.2.425.5t.175.65q0 .55-.35.9t-.9.35ZM11 20.75h26V13H11Zm22 3H11h26-4Zm-9 8.5q1.15 0 1.95-.8t.8-1.95q0-1.15-.8-1.95t-1.95-.8q-1.15 0-1.95.8t-.8 1.95q0 1.15.8 1.95t1.95.8Zm-9 3h18q1.7 0 2.85-1.25Q37 32.75 37 31v-7.25H11V31q0 1.75 1.15 3T15 35.25ZM24 7q-6 0-8.65.775-2.65.775-3.8 2.225H36.6q-.9-1.35-3.825-2.175Q29.85 7 24 7Zm0 3H36.6 11.55 24Z"/>
|
|
13
3
|
</svg>
|
package/CHANGELOG.md
DELETED
|
@@ -1,405 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## 2.0.4
|
|
4
|
-
|
|
5
|
-
## 2.0.4
|
|
6
|
-
|
|
7
|
-
### Patch Changes
|
|
8
|
-
|
|
9
|
-
### 2.0.3-alpha.12 (2021-04-07)
|
|
10
|
-
|
|
11
|
-
**Note:** Version bump only for package react-magma-icons
|
|
12
|
-
|
|
13
|
-
### 2.0.3-alpha.11 (2021-04-06)
|
|
14
|
-
|
|
15
|
-
**Note:** Version bump only for package react-magma-icons
|
|
16
|
-
|
|
17
|
-
### 2.0.3-alpha.10 (2021-04-06)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package react-magma-icons
|
|
20
|
-
|
|
21
|
-
### 2.0.3-alpha.9 (2021-04-05)
|
|
22
|
-
|
|
23
|
-
**Note:** Version bump only for package react-magma-icons
|
|
24
|
-
|
|
25
|
-
### 2.0.3-alpha.8 (2021-04-02)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package react-magma-icons
|
|
28
|
-
|
|
29
|
-
### 2.0.3-alpha.7 (2021-04-02)
|
|
30
|
-
|
|
31
|
-
**Note:** Version bump only for package react-magma-icons
|
|
32
|
-
|
|
33
|
-
### 2.0.3-alpha.6 (2021-04-01)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package react-magma-icons
|
|
36
|
-
|
|
37
|
-
### 2.0.3-alpha.5 (2021-03-31)
|
|
38
|
-
|
|
39
|
-
**Note:** Version bump only for package react-magma-icons
|
|
40
|
-
|
|
41
|
-
### 2.0.3-alpha.4 (2021-03-31)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package react-magma-icons
|
|
44
|
-
|
|
45
|
-
### 2.0.3-alpha.3 (2021-03-30)
|
|
46
|
-
|
|
47
|
-
**Note:** Version bump only for package react-magma-icons
|
|
48
|
-
|
|
49
|
-
### 2.0.3-alpha.2 (2021-03-30)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package react-magma-icons
|
|
52
|
-
|
|
53
|
-
### 2.0.3-alpha.1 (2021-03-29)
|
|
54
|
-
|
|
55
|
-
**Note:** Version bump only for package react-magma-icons
|
|
56
|
-
|
|
57
|
-
### 2.0.3-alpha.0 (2021-03-25)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package react-magma-icons
|
|
60
|
-
|
|
61
|
-
### 2.0.2 (2021-03-24)
|
|
62
|
-
|
|
63
|
-
**Note:** Version bump only for package react-magma-icons
|
|
64
|
-
|
|
65
|
-
### 2.0.2-alpha.13 (2021-03-23)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package react-magma-icons
|
|
68
|
-
|
|
69
|
-
### 2.0.2-alpha.12 (2021-03-23)
|
|
70
|
-
|
|
71
|
-
**Note:** Version bump only for package react-magma-icons
|
|
72
|
-
|
|
73
|
-
### 2.0.2-alpha.11 (2021-03-18)
|
|
74
|
-
|
|
75
|
-
**Note:** Version bump only for package react-magma-icons
|
|
76
|
-
|
|
77
|
-
### 2.0.2-alpha.10 (2021-03-17)
|
|
78
|
-
|
|
79
|
-
**Note:** Version bump only for package react-magma-icons
|
|
80
|
-
|
|
81
|
-
### 2.0.2-alpha.9 (2021-03-15)
|
|
82
|
-
|
|
83
|
-
**Note:** Version bump only for package react-magma-icons
|
|
84
|
-
|
|
85
|
-
### 2.0.2-alpha.8 (2021-03-15)
|
|
86
|
-
|
|
87
|
-
**Note:** Version bump only for package react-magma-icons
|
|
88
|
-
|
|
89
|
-
### 2.0.2-alpha.7 (2021-03-15)
|
|
90
|
-
|
|
91
|
-
**Note:** Version bump only for package react-magma-icons
|
|
92
|
-
|
|
93
|
-
### 2.0.2-alpha.6 (2021-03-12)
|
|
94
|
-
|
|
95
|
-
**Note:** Version bump only for package react-magma-icons
|
|
96
|
-
|
|
97
|
-
### 2.0.2-alpha.5 (2021-03-12)
|
|
98
|
-
|
|
99
|
-
**Note:** Version bump only for package react-magma-icons
|
|
100
|
-
|
|
101
|
-
### 2.0.2-alpha.4 (2021-03-11)
|
|
102
|
-
|
|
103
|
-
**Note:** Version bump only for package react-magma-icons
|
|
104
|
-
|
|
105
|
-
### 2.0.2-alpha.3 (2021-03-11)
|
|
106
|
-
|
|
107
|
-
**Note:** Version bump only for package react-magma-icons
|
|
108
|
-
|
|
109
|
-
### 2.0.2-alpha.2 (2021-03-09)
|
|
110
|
-
|
|
111
|
-
**Note:** Version bump only for package react-magma-icons
|
|
112
|
-
|
|
113
|
-
### 2.0.2-alpha.1 (2021-03-09)
|
|
114
|
-
|
|
115
|
-
**Note:** Version bump only for package react-magma-icons
|
|
116
|
-
|
|
117
|
-
### 2.0.2-alpha.0 (2021-03-05)
|
|
118
|
-
|
|
119
|
-
**Note:** Version bump only for package react-magma-icons
|
|
120
|
-
|
|
121
|
-
### 2.0.1 (2021-03-01)
|
|
122
|
-
|
|
123
|
-
**Note:** Version bump only for package react-magma-icons
|
|
124
|
-
|
|
125
|
-
### 2.0.1-alpha.4 (2021-02-26)
|
|
126
|
-
|
|
127
|
-
**Note:** Version bump only for package react-magma-icons
|
|
128
|
-
|
|
129
|
-
### 2.0.1-alpha.3 (2021-02-26)
|
|
130
|
-
|
|
131
|
-
**Note:** Version bump only for package react-magma-icons
|
|
132
|
-
|
|
133
|
-
### 2.0.1-alpha.2 (2021-02-26)
|
|
134
|
-
|
|
135
|
-
**Note:** Version bump only for package react-magma-icons
|
|
136
|
-
|
|
137
|
-
### 2.0.1-alpha.1 (2021-02-24)
|
|
138
|
-
|
|
139
|
-
**Note:** Version bump only for package react-magma-icons
|
|
140
|
-
|
|
141
|
-
### 2.0.1-alpha.0 (2021-02-22)
|
|
142
|
-
|
|
143
|
-
**Note:** Version bump only for package react-magma-icons
|
|
144
|
-
|
|
145
|
-
## 2.0.0 (2021-02-22)
|
|
146
|
-
|
|
147
|
-
**Note:** Version bump only for package react-magma-icons
|
|
148
|
-
|
|
149
|
-
## 2.0.0-alpha.3 (2021-02-19)
|
|
150
|
-
|
|
151
|
-
**Note:** Version bump only for package react-magma-icons
|
|
152
|
-
|
|
153
|
-
## 2.0.0-alpha.2 (2021-02-19)
|
|
154
|
-
|
|
155
|
-
**Note:** Version bump only for package react-magma-icons
|
|
156
|
-
|
|
157
|
-
## 2.0.0-alpha.1 (2021-02-19)
|
|
158
|
-
|
|
159
|
-
**Note:** Version bump only for package react-magma-icons
|
|
160
|
-
|
|
161
|
-
### 1.0.11-alpha.0 (2021-02-19)
|
|
162
|
-
|
|
163
|
-
**Note:** Version bump only for package react-magma-icons
|
|
164
|
-
|
|
165
|
-
### 1.0.10 (2021-02-18)
|
|
166
|
-
|
|
167
|
-
**Note:** Version bump only for package react-magma-icons
|
|
168
|
-
|
|
169
|
-
### 1.0.10-alpha.0 (2021-02-18)
|
|
170
|
-
|
|
171
|
-
**Note:** Version bump only for package react-magma-icons
|
|
172
|
-
|
|
173
|
-
### 1.0.9 (2021-02-18)
|
|
174
|
-
|
|
175
|
-
**Note:** Version bump only for package react-magma-icons
|
|
176
|
-
|
|
177
|
-
### 1.0.9-alpha.13 (2021-02-18)
|
|
178
|
-
|
|
179
|
-
**Note:** Version bump only for package react-magma-icons
|
|
180
|
-
|
|
181
|
-
### 1.0.9-alpha.12 (2021-02-17)
|
|
182
|
-
|
|
183
|
-
**Note:** Version bump only for package react-magma-icons
|
|
184
|
-
|
|
185
|
-
### 1.0.9-alpha.11 (2021-02-17)
|
|
186
|
-
|
|
187
|
-
**Note:** Version bump only for package react-magma-icons
|
|
188
|
-
|
|
189
|
-
### 1.0.9-alpha.10 (2021-02-17)
|
|
190
|
-
|
|
191
|
-
### Bug Fixes
|
|
192
|
-
|
|
193
|
-
- **table:** duplicate exports ([1583413](https://github.com/cengage/react-magma/commit/15834130d3aa24ecbe5f479632b74081fa0ab5c9))
|
|
194
|
-
|
|
195
|
-
### 1.0.9-alpha.9 (2021-02-17)
|
|
196
|
-
|
|
197
|
-
**Note:** Version bump only for package react-magma-icons
|
|
198
|
-
|
|
199
|
-
### 1.0.9-alpha.8 (2021-02-17)
|
|
200
|
-
|
|
201
|
-
**Note:** Version bump only for package react-magma-icons
|
|
202
|
-
|
|
203
|
-
### 1.0.9-alpha.7 (2021-02-17)
|
|
204
|
-
|
|
205
|
-
**Note:** Version bump only for package react-magma-icons
|
|
206
|
-
|
|
207
|
-
### 1.0.9-alpha.6 (2021-02-12)
|
|
208
|
-
|
|
209
|
-
**Note:** Version bump only for package react-magma-icons
|
|
210
|
-
|
|
211
|
-
### 1.0.9-alpha.5 (2021-02-12)
|
|
212
|
-
|
|
213
|
-
**Note:** Version bump only for package react-magma-icons
|
|
214
|
-
|
|
215
|
-
### 1.0.9-alpha.4 (2021-02-12)
|
|
216
|
-
|
|
217
|
-
**Note:** Version bump only for package react-magma-icons
|
|
218
|
-
|
|
219
|
-
### 1.0.9-alpha.3 (2021-02-05)
|
|
220
|
-
|
|
221
|
-
**Note:** Version bump only for package react-magma-icons
|
|
222
|
-
|
|
223
|
-
### 1.0.9-alpha.2 (2021-01-29)
|
|
224
|
-
|
|
225
|
-
**Note:** Version bump only for package react-magma-icons
|
|
226
|
-
|
|
227
|
-
### 1.0.9-alpha.1 (2021-01-26)
|
|
228
|
-
|
|
229
|
-
**Note:** Version bump only for package react-magma-icons
|
|
230
|
-
|
|
231
|
-
### 1.0.9-alpha.0 (2021-01-26)
|
|
232
|
-
|
|
233
|
-
**Note:** Version bump only for package react-magma-icons
|
|
234
|
-
|
|
235
|
-
### 1.0.8 (2021-01-25)
|
|
236
|
-
|
|
237
|
-
**Note:** Version bump only for package react-magma-icons
|
|
238
|
-
|
|
239
|
-
### 1.0.8-alpha.5 (2021-01-25)
|
|
240
|
-
|
|
241
|
-
**Note:** Version bump only for package react-magma-icons
|
|
242
|
-
|
|
243
|
-
### 1.0.8-alpha.4 (2021-01-25)
|
|
244
|
-
|
|
245
|
-
**Note:** Version bump only for package react-magma-icons
|
|
246
|
-
|
|
247
|
-
### 1.0.8-alpha.3 (2021-01-22)
|
|
248
|
-
|
|
249
|
-
**Note:** Version bump only for package react-magma-icons
|
|
250
|
-
|
|
251
|
-
### 1.0.8-alpha.2 (2021-01-22)
|
|
252
|
-
|
|
253
|
-
**Note:** Version bump only for package react-magma-icons
|
|
254
|
-
|
|
255
|
-
### 1.0.8-alpha.1 (2021-01-21)
|
|
256
|
-
|
|
257
|
-
**Note:** Version bump only for package react-magma-icons
|
|
258
|
-
|
|
259
|
-
### 1.0.8-alpha.0 (2021-01-20)
|
|
260
|
-
|
|
261
|
-
**Note:** Version bump only for package react-magma-icons
|
|
262
|
-
|
|
263
|
-
### 1.0.7 (2021-01-20)
|
|
264
|
-
|
|
265
|
-
**Note:** Version bump only for package react-magma-icons
|
|
266
|
-
|
|
267
|
-
### 1.0.7-alpha.10 (2021-01-19)
|
|
268
|
-
|
|
269
|
-
**Note:** Version bump only for package react-magma-icons
|
|
270
|
-
|
|
271
|
-
### 1.0.7-alpha.9 (2021-01-19)
|
|
272
|
-
|
|
273
|
-
**Note:** Version bump only for package react-magma-icons
|
|
274
|
-
|
|
275
|
-
### 1.0.7-alpha.8 (2021-01-19)
|
|
276
|
-
|
|
277
|
-
**Note:** Version bump only for package react-magma-icons
|
|
278
|
-
|
|
279
|
-
### 1.0.7-alpha.7 (2021-01-15)
|
|
280
|
-
|
|
281
|
-
**Note:** Version bump only for package react-magma-icons
|
|
282
|
-
|
|
283
|
-
### 1.0.7-alpha.6 (2021-01-14)
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package react-magma-icons
|
|
286
|
-
|
|
287
|
-
### 1.0.7-alpha.5 (2021-01-14)
|
|
288
|
-
|
|
289
|
-
**Note:** Version bump only for package react-magma-icons
|
|
290
|
-
|
|
291
|
-
### 1.0.7-alpha.4 (2021-01-14)
|
|
292
|
-
|
|
293
|
-
**Note:** Version bump only for package react-magma-icons
|
|
294
|
-
|
|
295
|
-
### 1.0.7-alpha.3 (2021-01-11)
|
|
296
|
-
|
|
297
|
-
**Note:** Version bump only for package react-magma-icons
|
|
298
|
-
|
|
299
|
-
### 1.0.7-alpha.2 (2021-01-08)
|
|
300
|
-
|
|
301
|
-
**Note:** Version bump only for package react-magma-icons
|
|
302
|
-
|
|
303
|
-
### 1.0.7-alpha.1 (2021-01-06)
|
|
304
|
-
|
|
305
|
-
**Note:** Version bump only for package react-magma-icons
|
|
306
|
-
|
|
307
|
-
### 1.0.7-alpha.0 (2021-01-05)
|
|
308
|
-
|
|
309
|
-
**Note:** Version bump only for package react-magma-icons
|
|
310
|
-
|
|
311
|
-
### 1.0.6 (2020-12-30)
|
|
312
|
-
|
|
313
|
-
**Note:** Version bump only for package react-magma-icons
|
|
314
|
-
|
|
315
|
-
### 1.0.6-alpha.10 (2020-12-30)
|
|
316
|
-
|
|
317
|
-
**Note:** Version bump only for package react-magma-icons
|
|
318
|
-
|
|
319
|
-
### 1.0.6-alpha.9 (2020-12-30)
|
|
320
|
-
|
|
321
|
-
**Note:** Version bump only for package react-magma-icons
|
|
322
|
-
|
|
323
|
-
### 1.0.6-alpha.8 (2020-12-30)
|
|
324
|
-
|
|
325
|
-
**Note:** Version bump only for package react-magma-icons
|
|
326
|
-
|
|
327
|
-
### 1.0.6-alpha.7 (2020-12-29)
|
|
328
|
-
|
|
329
|
-
**Note:** Version bump only for package react-magma-icons
|
|
330
|
-
|
|
331
|
-
### 1.0.6-alpha.6 (2020-12-29)
|
|
332
|
-
|
|
333
|
-
**Note:** Version bump only for package react-magma-icons
|
|
334
|
-
|
|
335
|
-
### 1.0.6-alpha.5 (2020-12-22)
|
|
336
|
-
|
|
337
|
-
**Note:** Version bump only for package react-magma-icons
|
|
338
|
-
|
|
339
|
-
### 1.0.6-alpha.4 (2020-12-17)
|
|
340
|
-
|
|
341
|
-
**Note:** Version bump only for package react-magma-icons
|
|
342
|
-
|
|
343
|
-
### 1.0.6-alpha.3 (2020-12-17)
|
|
344
|
-
|
|
345
|
-
**Note:** Version bump only for package react-magma-icons
|
|
346
|
-
|
|
347
|
-
### 1.0.6-alpha.2 (2020-12-17)
|
|
348
|
-
|
|
349
|
-
**Note:** Version bump only for package react-magma-icons
|
|
350
|
-
|
|
351
|
-
### 1.0.6-alpha.1 (2020-12-17)
|
|
352
|
-
|
|
353
|
-
**Note:** Version bump only for package react-magma-icons
|
|
354
|
-
|
|
355
|
-
### [1.0.6-alpha.0](https://github.com/cengage/react-magma/compare/react-magma-icons@1.0.5...react-magma-icons@1.0.6-alpha.0) (2020-12-11)
|
|
356
|
-
|
|
357
|
-
### Bug Fixes
|
|
358
|
-
|
|
359
|
-
- **npm:** remove nexus from package-locks ([1f1d8a9](https://github.com/cengage/react-magma/commit/1f1d8a95ba7ba30e2230b2ae4420fa5d7483f9ee))
|
|
360
|
-
|
|
361
|
-
### [1.0.5](https://github.com/cengage/react-magma/compare/react-magma-icons@1.0.5...react-magma-icons@1.0.5) (2020-12-08)
|
|
362
|
-
|
|
363
|
-
## 2.0.0-beta.137 (2020-11-20)
|
|
364
|
-
|
|
365
|
-
## 2.0.0 (2020-11-19)
|
|
366
|
-
|
|
367
|
-
## 2.0.0-beta.128 (2020-11-17)
|
|
368
|
-
|
|
369
|
-
## 2.0.0-beta.126 (2020-11-17)
|
|
370
|
-
|
|
371
|
-
## 2.0.0-beta.118 (2020-11-09)
|
|
372
|
-
|
|
373
|
-
### Bug Fixes
|
|
374
|
-
|
|
375
|
-
- **icons:** don't extract props for icon render ([0f71d98](https://github.com/cengage/react-magma/commit/0f71d98db6979a96e48c1623809d3c42d127de44))
|
|
376
|
-
|
|
377
|
-
## 2.0.0-beta.113 (2020-10-29)
|
|
378
|
-
|
|
379
|
-
## 2.0.0-beta.94 (2020-10-01)
|
|
380
|
-
|
|
381
|
-
## 2.0.0-beta.93 (2020-10-01)
|
|
382
|
-
|
|
383
|
-
## 2.0.0-beta.80 (2020-09-23)
|
|
384
|
-
|
|
385
|
-
## 2.0.0-beta.79 (2020-09-23)
|
|
386
|
-
|
|
387
|
-
### Bug Fixes
|
|
388
|
-
|
|
389
|
-
- **icons:** spread props on icons ([5d6209b](https://github.com/cengage/react-magma/commit/5d6209b2416079d9a86d8e6b3b23c26f22d29616))
|
|
390
|
-
|
|
391
|
-
## 2.0.0-beta.76 (2020-09-15)
|
|
392
|
-
|
|
393
|
-
## 2.0.0-beta.74 (2020-09-15)
|
|
394
|
-
|
|
395
|
-
### Features
|
|
396
|
-
|
|
397
|
-
- **icons:** alias icon variations that only have a single variation ([7e31832](https://github.com/cengage/react-magma/commit/7e31832f89abf4def1cbaf4bb6b50bf4138b5b82))
|
|
398
|
-
- **icons:** move icons to their own package ([cd34967](https://github.com/cengage/react-magma/commit/cd34967a7c53e69ffc5b0a54ad3cb491292e7ec5))
|
|
399
|
-
- **internationalization:** template strings for select i18n ([6706972](https://github.com/cengage/react-magma/commit/6706972de4f902d22af9d15dc14d24989149daf6))
|
|
400
|
-
|
|
401
|
-
### Bug Fixes
|
|
402
|
-
|
|
403
|
-
- **docs:** fix build ([785b49a](https://github.com/cengage/react-magma/commit/785b49a98c949506a05484a06cdb9251591d0e3f))
|
|
404
|
-
- **docs:** fix issues from hoisting ([0034350](https://github.com/cengage/react-magma/commit/0034350e7c0c095f435d73e0650a141f85aa5b12))
|
|
405
|
-
- **docs:** rollback dependency upgrades ([a4faf3d](https://github.com/cengage/react-magma/commit/a4faf3d65edf1eb06d783a6304cfb73768935ea8))
|
package/src/.DS_Store
DELETED
|
Binary file
|
package/src/svg/.DS_Store
DELETED
|
Binary file
|
package/src/svg/icons/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|