hc-app-icons 2.0.20 → 2.0.22
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/CHANGELOG.md +11 -0
- package/dist/generated/v2/icons/money-light.svg +1 -0
- package/dist/generated/v2/icons/subscribe.svg +1 -0
- package/dist/generated/v2/icons/user-signed-up.svg +1 -0
- package/dist/generated/v2/index.js +3 -0
- package/dist/generated/v2/web/components/IconMoneyLight.js +12 -0
- package/dist/generated/v2/web/components/IconMoneyLight.js.map +1 -0
- package/dist/generated/v2/web/components/IconSubscribe.js +12 -0
- package/dist/generated/v2/web/components/IconSubscribe.js.map +1 -0
- package/dist/generated/v2/web/components/IconUserSignedUp.js +12 -0
- package/dist/generated/v2/web/components/IconUserSignedUp.js.map +1 -0
- package/dist/generated/v2/web/index.js +3 -0
- package/dist/generated/v2/web/index.js.map +1 -1
- package/dist/types/components/IconMoneyLight.d.ts +2 -0
- package/dist/types/components/IconSubscribe.d.ts +2 -0
- package/dist/types/components/IconUserSignedUp.d.ts +2 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/v2/index.d.ts +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
#### v2.0.22
|
|
4
|
+
|
|
5
|
+
- Add Money Light icon (circle dollar outline) for giving tab navigation
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
#### v2.0.21
|
|
10
|
+
|
|
11
|
+
- Add User Signed Up, and Subscribe icons
|
|
12
|
+
---
|
|
13
|
+
|
|
3
14
|
#### v2.0.20
|
|
4
15
|
|
|
5
16
|
- Add Cart, Circle Close Light, church Light and Clock Light icons
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#333}</style></defs><path fill-rule="evenodd" d="M1 12a11 11 0 0 1 22 0 11 11 0 0 1-22 0m1.25 0a9.75 9.75 0 0 1 19.5 0 9.75 9.75 0 0 1-19.5 0" class="cls-1"/><path d="M11.1 19h1.75v-1.25c.83-.15 1.55-.47 2.15-.97s.9-1.25.9-2.23c0-.7-.2-1.34-.6-1.93-.4-.58-1.2-1.09-2.4-1.52q-1.5-.495-2.07-.87c-.38-.25-.58-.6-.58-1.03s.15-.77.46-1.02.75-.38 1.34-.38c.53 0 .95.13 1.25.39s.52.58.65.96l1.6-.65c-.18-.58-.52-1.09-1.01-1.53-.49-.43-1.04-.67-1.64-.72V5h-1.75v1.25c-.83.18-1.48.55-1.95 1.1s-.7 1.17-.7 1.85c0 .78.23 1.42.69 1.9s1.18.9 2.16 1.25c1.05.38 1.78.72 2.19 1.03.41.3.61.69.61 1.17 0 .55-.2.95-.59 1.21q-.585.39-1.41.39c-.825 0-1.04-.17-1.46-.51-.43-.34-.74-.86-.94-1.54l-1.65.65c.23.8.6 1.45 1.09 1.94s1.13.83 1.91 1.01z" class="cls-1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg data-name="Layer 1" viewBox="0 0 24 24"><path d="m15.95 22-4.25-4.25 1.4-1.4 2.85 2.85 5.65-5.65 1.4 1.4zM4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h16q.824 0 1.413.588Q22 5.175 22 6v4.35l-6.025 6.025L13.1 13.5l-4.225 4.225L11.15 20zm8-7 8-5V6l-8 5-8-5v2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg data-name="Layer 1" viewBox="0 0 24 24"><path d="m15.55 20.4-3.45-3.45 1.4-1.4 2.05 2.05 5.05-5.05 1.4 1.4zm-8.375-9.575Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M12.85 13.3 9.2 16.95 12.25 20H2v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 13q.75 0 1.463.075.712.075 1.387.225"/></svg>
|
|
@@ -87,6 +87,7 @@ export { default as IconMemorialSolid } from "./icons/memorial-solid.svg";
|
|
|
87
87
|
export { default as IconMentalHealthLite } from "./icons/mental-health-lite.svg";
|
|
88
88
|
export { default as IconMentalHealthSolid } from "./icons/mental-health-solid.svg";
|
|
89
89
|
export { default as IconMobilephoneSolid } from "./icons/mobilephone-solid.svg";
|
|
90
|
+
export { default as IconMoneyLight } from "./icons/money-light.svg";
|
|
90
91
|
export { default as IconMoneySolid } from "./icons/money-solid.svg";
|
|
91
92
|
export { default as IconMusicSolid } from "./icons/music-solid.svg";
|
|
92
93
|
export { default as IconNewspaperSolid } from "./icons/newspaper-solid.svg";
|
|
@@ -133,12 +134,14 @@ export { default as IconSsmSolid } from "./icons/ssm-solid.svg";
|
|
|
133
134
|
export { default as IconStepsSolid } from "./icons/steps-solid.svg";
|
|
134
135
|
export { default as IconStocksSolid } from "./icons/stocks-solid.svg";
|
|
135
136
|
export { default as IconSubscribeSolid } from "./icons/subscribe-solid.svg";
|
|
137
|
+
export { default as IconSubscribe } from "./icons/subscribe.svg";
|
|
136
138
|
export { default as IconTermsofserviceSolid } from "./icons/termsofservice-solid.svg";
|
|
137
139
|
export { default as IconTicketSolid } from "./icons/ticket-solid.svg";
|
|
138
140
|
export { default as IconTimerSolid } from "./icons/timer-solid.svg";
|
|
139
141
|
export { default as IconToolsSolid } from "./icons/tools-solid.svg";
|
|
140
142
|
export { default as IconTwitter } from "./icons/twitter.svg";
|
|
141
143
|
export { default as IconUserCircle } from "./icons/user-circle.svg";
|
|
144
|
+
export { default as IconUserSignedUp } from "./icons/user-signed-up.svg";
|
|
142
145
|
export { default as IconUserSolid } from "./icons/user-solid.svg";
|
|
143
146
|
export { default as IconUser2Light } from "./icons/user2-light.svg";
|
|
144
147
|
export { default as IconViewSolid } from "./icons/view-solid.svg";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import generateIcon from '../generateIcon.js';
|
|
4
|
+
|
|
5
|
+
var SvgComponent = function (_a) {
|
|
6
|
+
var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
|
|
7
|
+
return (jsxs("svg", __assign({ id: "Layer_1", "data-name": "Layer 1", viewBox: "0 0 24 24", width: "1em", height: "1em", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("defs", { children: jsx("style", { children: ".cls-1{fill:#333}" }) }), jsx("path", { fillRule: "evenodd", d: "M1 12a11 11 0 0 1 22 0 11 11 0 0 1-22 0m1.25 0a9.75 9.75 0 0 1 19.5 0 9.75 9.75 0 0 1-19.5 0", className: "cls-1" }), jsx("path", { d: "M11.1 19h1.75v-1.25c.83-.15 1.55-.47 2.15-.97s.9-1.25.9-2.23c0-.7-.2-1.34-.6-1.93-.4-.58-1.2-1.09-2.4-1.52q-1.5-.495-2.07-.87c-.38-.25-.58-.6-.58-1.03s.15-.77.46-1.02.75-.38 1.34-.38c.53 0 .95.13 1.25.39s.52.58.65.96l1.6-.65c-.18-.58-.52-1.09-1.01-1.53-.49-.43-1.04-.67-1.64-.72V5h-1.75v1.25c-.83.18-1.48.55-1.95 1.1s-.7 1.17-.7 1.85c0 .78.23 1.42.69 1.9s1.18.9 2.16 1.25c1.05.38 1.78.72 2.19 1.03.41.3.61.69.61 1.17 0 .55-.2.95-.59 1.21q-.585.39-1.41.39c-.825 0-1.04-.17-1.46-.51-.43-.34-.74-.86-.94-1.54l-1.65.65c.23.8.6 1.45 1.09 1.94s1.13.83 1.91 1.01z", className: "cls-1" })] })));
|
|
8
|
+
};
|
|
9
|
+
var IconMoneyLight = generateIcon(SvgComponent);
|
|
10
|
+
|
|
11
|
+
export { IconMoneyLight as default };
|
|
12
|
+
//# sourceMappingURL=IconMoneyLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMoneyLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconMoneyLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;AAER,IAAA,QACEA,IAAA,CAAA,KAAA,EAAA,QAAA,CAAA,EACE,EAAE,EAAC,SAAS,EACF,WAAA,EAAA,SAAS,EACnB,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EAAA,iBAAA,EACK,OAAO,EAAA,EACpB,KAAK,EAER,EAAA,QAAA,EAAA,CAAA,KAAK,GAAGC,GAAO,CAAA,OAAA,EAAA,EAAA,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GAAA,CAAA,MAAA,EAAA,EAAA,QAAA,EACEA,yBAAQ,mBAAmB,EAAA,CAAS,EAC/B,CAAA,EACPA,cACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,8FAA8F,EAChG,SAAS,EAAC,OAAO,EACjB,CAAA,EACFA,cACE,CAAC,EAAC,8iBAA8iB,EAChjB,SAAS,EAAC,OAAO,EACjB,CAAA,CAAA,EAAA,CAAA,CACE;AAEV,CAAC;AACD,qBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import generateIcon from '../generateIcon.js';
|
|
4
|
+
|
|
5
|
+
var SvgComponent = function (_a) {
|
|
6
|
+
var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
|
|
7
|
+
return (jsxs("svg", __assign({ "data-name": "Layer 1", viewBox: "0 0 24 24", width: "1em", height: "1em", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { d: "m15.95 22-4.25-4.25 1.4-1.4 2.85 2.85 5.65-5.65 1.4 1.4zM4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h16q.824 0 1.413.588Q22 5.175 22 6v4.35l-6.025 6.025L13.1 13.5l-4.225 4.225L11.15 20zm8-7 8-5V6l-8 5-8-5v2z", fill: "currentColor" })] })));
|
|
8
|
+
};
|
|
9
|
+
var IconSubscribe = generateIcon(SvgComponent);
|
|
10
|
+
|
|
11
|
+
export { IconSubscribe as default };
|
|
12
|
+
//# sourceMappingURL=IconSubscribe.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconSubscribe.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconSubscribe.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,oCACY,SAAS,EACnB,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EAAA,iBAAA,EACK,OAAO,EACpB,EAAA,KAAK,EAER,EAAA,QAAA,EAAA,CAAA,KAAK,GAAGC,GAAO,CAAA,OAAA,EAAA,EAAA,EAAE,EAAE,OAAO,EAAA,QAAA,EAAG,KAAK,EAAS,CAAA,GAAG,IAAI,EACnDA,cACE,CAAC,EAAC,yPAAyP,EAC3P,IAAI,EAAC,cAAc,EAAA,CACnB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,oBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import generateIcon from '../generateIcon.js';
|
|
4
|
+
|
|
5
|
+
var SvgComponent = function (_a) {
|
|
6
|
+
var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
|
|
7
|
+
return (jsxs("svg", __assign({ "data-name": "Layer 1", viewBox: "0 0 24 24", width: "1em", height: "1em", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { d: "m15.55 20.4-3.45-3.45 1.4-1.4 2.05 2.05 5.05-5.05 1.4 1.4zm-8.375-9.575Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M12.85 13.3 9.2 16.95 12.25 20H2v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 13q.75 0 1.463.075.712.075 1.387.225", fill: "currentColor" })] })));
|
|
8
|
+
};
|
|
9
|
+
var IconUserSignedUp = generateIcon(SvgComponent);
|
|
10
|
+
|
|
11
|
+
export { IconUserSignedUp as default };
|
|
12
|
+
//# sourceMappingURL=IconUserSignedUp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconUserSignedUp.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconUserSignedUp.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,oCACY,SAAS,EACnB,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EAAA,iBAAA,EACK,OAAO,EACpB,EAAA,KAAK,EAER,EAAA,QAAA,EAAA,CAAA,KAAK,GAAGC,GAAO,CAAA,OAAA,EAAA,EAAA,EAAE,EAAE,OAAO,EAAA,QAAA,EAAG,KAAK,EAAS,CAAA,GAAG,IAAI,EACnDA,cACE,CAAC,EAAC,iRAAiR,EACnR,IAAI,EAAC,cAAc,EAAA,CACnB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,uBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
|
|
@@ -86,6 +86,7 @@ export { default as IconMemorialSolid } from './components/IconMemorialSolid.js'
|
|
|
86
86
|
export { default as IconMentalHealthLite } from './components/IconMentalHealthLite.js';
|
|
87
87
|
export { default as IconMentalHealthSolid } from './components/IconMentalHealthSolid.js';
|
|
88
88
|
export { default as IconMobilephoneSolid } from './components/IconMobilephoneSolid.js';
|
|
89
|
+
export { default as IconMoneyLight } from './components/IconMoneyLight.js';
|
|
89
90
|
export { default as IconMoneySolid } from './components/IconMoneySolid.js';
|
|
90
91
|
export { default as IconMusicSolid } from './components/IconMusicSolid.js';
|
|
91
92
|
export { default as IconNewspaperSolid } from './components/IconNewspaperSolid.js';
|
|
@@ -131,6 +132,7 @@ export { default as IconSpotify } from './components/IconSpotify.js';
|
|
|
131
132
|
export { default as IconSsmSolid } from './components/IconSsmSolid.js';
|
|
132
133
|
export { default as IconStepsSolid } from './components/IconStepsSolid.js';
|
|
133
134
|
export { default as IconStocksSolid } from './components/IconStocksSolid.js';
|
|
135
|
+
export { default as IconSubscribe } from './components/IconSubscribe.js';
|
|
134
136
|
export { default as IconSubscribeSolid } from './components/IconSubscribeSolid.js';
|
|
135
137
|
export { default as IconTermsofserviceSolid } from './components/IconTermsofserviceSolid.js';
|
|
136
138
|
export { default as IconTicketSolid } from './components/IconTicketSolid.js';
|
|
@@ -139,6 +141,7 @@ export { default as IconToolsSolid } from './components/IconToolsSolid.js';
|
|
|
139
141
|
export { default as IconTwitter } from './components/IconTwitter.js';
|
|
140
142
|
export { default as IconUser2Light } from './components/IconUser2Light.js';
|
|
141
143
|
export { default as IconUserCircle } from './components/IconUserCircle.js';
|
|
144
|
+
export { default as IconUserSignedUp } from './components/IconUserSignedUp.js';
|
|
142
145
|
export { default as IconUserSolid } from './components/IconUserSolid.js';
|
|
143
146
|
export { default as IconViewSolid } from './components/IconViewSolid.js';
|
|
144
147
|
export { default as IconViewcampusSolid } from './components/IconViewcampusSolid.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export { default as IconMemorialSolid } from "./components/IconMemorialSolid";
|
|
|
86
86
|
export { default as IconMentalHealthLite } from "./components/IconMentalHealthLite";
|
|
87
87
|
export { default as IconMentalHealthSolid } from "./components/IconMentalHealthSolid";
|
|
88
88
|
export { default as IconMobilephoneSolid } from "./components/IconMobilephoneSolid";
|
|
89
|
+
export { default as IconMoneyLight } from "./components/IconMoneyLight";
|
|
89
90
|
export { default as IconMoneySolid } from "./components/IconMoneySolid";
|
|
90
91
|
export { default as IconMusicSolid } from "./components/IconMusicSolid";
|
|
91
92
|
export { default as IconNewspaperSolid } from "./components/IconNewspaperSolid";
|
|
@@ -131,6 +132,7 @@ export { default as IconSpotify } from "./components/IconSpotify";
|
|
|
131
132
|
export { default as IconSsmSolid } from "./components/IconSsmSolid";
|
|
132
133
|
export { default as IconStepsSolid } from "./components/IconStepsSolid";
|
|
133
134
|
export { default as IconStocksSolid } from "./components/IconStocksSolid";
|
|
135
|
+
export { default as IconSubscribe } from "./components/IconSubscribe";
|
|
134
136
|
export { default as IconSubscribeSolid } from "./components/IconSubscribeSolid";
|
|
135
137
|
export { default as IconTermsofserviceSolid } from "./components/IconTermsofserviceSolid";
|
|
136
138
|
export { default as IconTicketSolid } from "./components/IconTicketSolid";
|
|
@@ -139,6 +141,7 @@ export { default as IconToolsSolid } from "./components/IconToolsSolid";
|
|
|
139
141
|
export { default as IconTwitter } from "./components/IconTwitter";
|
|
140
142
|
export { default as IconUser2Light } from "./components/IconUser2Light";
|
|
141
143
|
export { default as IconUserCircle } from "./components/IconUserCircle";
|
|
144
|
+
export { default as IconUserSignedUp } from "./components/IconUserSignedUp";
|
|
142
145
|
export { default as IconUserSolid } from "./components/IconUserSolid";
|
|
143
146
|
export { default as IconViewSolid } from "./components/IconViewSolid";
|
|
144
147
|
export { default as IconViewcampusSolid } from "./components/IconViewcampusSolid";
|
package/dist/types/v2/index.d.ts
CHANGED
|
@@ -87,6 +87,7 @@ export declare const IconMemorialSolid: string;
|
|
|
87
87
|
export declare const IconMentalHealthLite: string;
|
|
88
88
|
export declare const IconMentalHealthSolid: string;
|
|
89
89
|
export declare const IconMobilephoneSolid: string;
|
|
90
|
+
export declare const IconMoneyLight: string;
|
|
90
91
|
export declare const IconMoneySolid: string;
|
|
91
92
|
export declare const IconMusicSolid: string;
|
|
92
93
|
export declare const IconNewspaperSolid: string;
|
|
@@ -133,12 +134,14 @@ export declare const IconSsmSolid: string;
|
|
|
133
134
|
export declare const IconStepsSolid: string;
|
|
134
135
|
export declare const IconStocksSolid: string;
|
|
135
136
|
export declare const IconSubscribeSolid: string;
|
|
137
|
+
export declare const IconSubscribe: string;
|
|
136
138
|
export declare const IconTermsofserviceSolid: string;
|
|
137
139
|
export declare const IconTicketSolid: string;
|
|
138
140
|
export declare const IconTimerSolid: string;
|
|
139
141
|
export declare const IconToolsSolid: string;
|
|
140
142
|
export declare const IconTwitter: string;
|
|
141
143
|
export declare const IconUserCircle: string;
|
|
144
|
+
export declare const IconUserSignedUp: string;
|
|
142
145
|
export declare const IconUserSolid: string;
|
|
143
146
|
export declare const IconUser2Light: string;
|
|
144
147
|
export declare const IconViewSolid: string;
|