a-icons 1.1.70 → 1.1.71
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 +2 -2
- package/src/index.tsx +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a-icons",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.71",
|
|
4
4
|
"repository": "git@github.com:SPOTEC-LTD/assui.git",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"assui": "^2.0.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "5292bf7971a009779863aa9fba8a2f6dd57479db"
|
|
26
26
|
}
|
package/src/index.tsx
CHANGED
|
@@ -239,6 +239,7 @@ export { default as PeopleQuestionFilled } from './PeopleQuestionFilled';
|
|
|
239
239
|
export { default as PeopleSettingFilled } from './PeopleSettingFilled';
|
|
240
240
|
export { default as PeopleTeamFilled } from './PeopleTeamFilled';
|
|
241
241
|
export { default as PeopleTeamOutlined } from './PeopleTeamOutlined';
|
|
242
|
+
export { default as PersonWarningFilled } from './PersonWarningFilled';
|
|
242
243
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
|
243
244
|
export { default as PlayFilled } from './PlayFilled';
|
|
244
245
|
export { default as PlusFilled } from './PlusFilled';
|