hc-app-icons 2.0.20 → 2.0.21
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 +5 -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 +2 -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 +2 -0
- package/dist/generated/v2/web/index.js.map +1 -1
- package/dist/types/components/IconSubscribe.d.ts +2 -0
- package/dist/types/components/IconUserSignedUp.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/v2/index.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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>
|
|
@@ -133,12 +133,14 @@ export { default as IconSsmSolid } from "./icons/ssm-solid.svg";
|
|
|
133
133
|
export { default as IconStepsSolid } from "./icons/steps-solid.svg";
|
|
134
134
|
export { default as IconStocksSolid } from "./icons/stocks-solid.svg";
|
|
135
135
|
export { default as IconSubscribeSolid } from "./icons/subscribe-solid.svg";
|
|
136
|
+
export { default as IconSubscribe } from "./icons/subscribe.svg";
|
|
136
137
|
export { default as IconTermsofserviceSolid } from "./icons/termsofservice-solid.svg";
|
|
137
138
|
export { default as IconTicketSolid } from "./icons/ticket-solid.svg";
|
|
138
139
|
export { default as IconTimerSolid } from "./icons/timer-solid.svg";
|
|
139
140
|
export { default as IconToolsSolid } from "./icons/tools-solid.svg";
|
|
140
141
|
export { default as IconTwitter } from "./icons/twitter.svg";
|
|
141
142
|
export { default as IconUserCircle } from "./icons/user-circle.svg";
|
|
143
|
+
export { default as IconUserSignedUp } from "./icons/user-signed-up.svg";
|
|
142
144
|
export { default as IconUserSolid } from "./icons/user-solid.svg";
|
|
143
145
|
export { default as IconUser2Light } from "./icons/user2-light.svg";
|
|
144
146
|
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({ "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;;;;"}
|
|
@@ -131,6 +131,7 @@ export { default as IconSpotify } from './components/IconSpotify.js';
|
|
|
131
131
|
export { default as IconSsmSolid } from './components/IconSsmSolid.js';
|
|
132
132
|
export { default as IconStepsSolid } from './components/IconStepsSolid.js';
|
|
133
133
|
export { default as IconStocksSolid } from './components/IconStocksSolid.js';
|
|
134
|
+
export { default as IconSubscribe } from './components/IconSubscribe.js';
|
|
134
135
|
export { default as IconSubscribeSolid } from './components/IconSubscribeSolid.js';
|
|
135
136
|
export { default as IconTermsofserviceSolid } from './components/IconTermsofserviceSolid.js';
|
|
136
137
|
export { default as IconTicketSolid } from './components/IconTicketSolid.js';
|
|
@@ -139,6 +140,7 @@ export { default as IconToolsSolid } from './components/IconToolsSolid.js';
|
|
|
139
140
|
export { default as IconTwitter } from './components/IconTwitter.js';
|
|
140
141
|
export { default as IconUser2Light } from './components/IconUser2Light.js';
|
|
141
142
|
export { default as IconUserCircle } from './components/IconUserCircle.js';
|
|
143
|
+
export { default as IconUserSignedUp } from './components/IconUserSignedUp.js';
|
|
142
144
|
export { default as IconUserSolid } from './components/IconUserSolid.js';
|
|
143
145
|
export { default as IconViewSolid } from './components/IconViewSolid.js';
|
|
144
146
|
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
|
@@ -131,6 +131,7 @@ export { default as IconSpotify } from "./components/IconSpotify";
|
|
|
131
131
|
export { default as IconSsmSolid } from "./components/IconSsmSolid";
|
|
132
132
|
export { default as IconStepsSolid } from "./components/IconStepsSolid";
|
|
133
133
|
export { default as IconStocksSolid } from "./components/IconStocksSolid";
|
|
134
|
+
export { default as IconSubscribe } from "./components/IconSubscribe";
|
|
134
135
|
export { default as IconSubscribeSolid } from "./components/IconSubscribeSolid";
|
|
135
136
|
export { default as IconTermsofserviceSolid } from "./components/IconTermsofserviceSolid";
|
|
136
137
|
export { default as IconTicketSolid } from "./components/IconTicketSolid";
|
|
@@ -139,6 +140,7 @@ export { default as IconToolsSolid } from "./components/IconToolsSolid";
|
|
|
139
140
|
export { default as IconTwitter } from "./components/IconTwitter";
|
|
140
141
|
export { default as IconUser2Light } from "./components/IconUser2Light";
|
|
141
142
|
export { default as IconUserCircle } from "./components/IconUserCircle";
|
|
143
|
+
export { default as IconUserSignedUp } from "./components/IconUserSignedUp";
|
|
142
144
|
export { default as IconUserSolid } from "./components/IconUserSolid";
|
|
143
145
|
export { default as IconViewSolid } from "./components/IconViewSolid";
|
|
144
146
|
export { default as IconViewcampusSolid } from "./components/IconViewcampusSolid";
|
package/dist/types/v2/index.d.ts
CHANGED
|
@@ -133,12 +133,14 @@ export declare const IconSsmSolid: string;
|
|
|
133
133
|
export declare const IconStepsSolid: string;
|
|
134
134
|
export declare const IconStocksSolid: string;
|
|
135
135
|
export declare const IconSubscribeSolid: string;
|
|
136
|
+
export declare const IconSubscribe: string;
|
|
136
137
|
export declare const IconTermsofserviceSolid: string;
|
|
137
138
|
export declare const IconTicketSolid: string;
|
|
138
139
|
export declare const IconTimerSolid: string;
|
|
139
140
|
export declare const IconToolsSolid: string;
|
|
140
141
|
export declare const IconTwitter: string;
|
|
141
142
|
export declare const IconUserCircle: string;
|
|
143
|
+
export declare const IconUserSignedUp: string;
|
|
142
144
|
export declare const IconUserSolid: string;
|
|
143
145
|
export declare const IconUser2Light: string;
|
|
144
146
|
export declare const IconViewSolid: string;
|