hc-app-icons 2.0.21 → 2.0.23
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 +12 -0
- package/dist/generated/v2/icons/money-light.svg +1 -0
- package/dist/generated/v2/icons/money.svg +1 -0
- package/dist/generated/v2/index.js +2 -0
- package/dist/generated/v2/web/components/IconMoney.js +14 -0
- package/dist/generated/v2/web/components/IconMoney.js.map +1 -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/index.js +2 -0
- package/dist/generated/v2/web/index.js.map +1 -1
- package/dist/types/components/IconMoney.d.ts +2 -0
- package/dist/types/components/IconMoneyLight.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
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
#### v2.0.23
|
|
4
|
+
|
|
5
|
+
- Add Money icon (circle dollar filled) for giving tab navigation
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
#### v2.0.22
|
|
10
|
+
|
|
11
|
+
- Add Money Light icon (circle dollar outline) for giving tab navigation
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
3
15
|
#### v2.0.21
|
|
4
16
|
|
|
5
17
|
- Add User Signed Up, and Subscribe 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 width="24" height="24" viewBox="0 0 24 24"><mask id="a" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path d="M0 0h24v24H0z"/></mask><g mask="url(#a)"><path d="M11.1 19h1.75v-1.25q1.25-.225 2.15-.975t.9-2.225q0-1.05-.6-1.925T12.9 11.1q-1.5-.5-2.075-.875T10.25 9.2t.463-1.025T12.05 7.8q.8 0 1.25.388.45.387.65.962l1.6-.65a3.35 3.35 0 0 0-1.013-1.525q-.737-.65-1.637-.725V5h-1.75v1.25q-1.25.275-1.95 1.1T8.5 9.2q0 1.175.688 1.9t2.162 1.25q1.576.575 2.188 1.025t.612 1.175q0 .825-.588 1.212-.587.388-1.412.388t-1.463-.512q-.637-.513-.937-1.538l-1.65.65q.35 1.2 1.088 1.938.737.737 1.912 1.012zm.9 3a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"/></g></svg>
|
|
@@ -87,7 +87,9 @@ 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";
|
|
92
|
+
export { default as IconMoney } from "./icons/money.svg";
|
|
91
93
|
export { default as IconMusicSolid } from "./icons/music-solid.svg";
|
|
92
94
|
export { default as IconNewspaperSolid } from "./icons/newspaper-solid.svg";
|
|
93
95
|
export { default as IconNextstepSolid } from "./icons/nextstep-solid.svg";
|
|
@@ -0,0 +1,14 @@
|
|
|
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({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("mask", { id: "a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
8
|
+
maskType: "alpha",
|
|
9
|
+
}, children: jsx("path", { fill: "#D9D9D9", d: "M0 0h24v24H0z" }) }), jsx("g", { mask: "url(#a)", children: jsx("path", { fill: "currentColor", d: "M11.1 19h1.75v-1.25q1.25-.225 2.15-.975t.9-2.225q0-1.05-.6-1.925T12.9 11.1q-1.5-.5-2.075-.875T10.25 9.2t.463-1.025T12.05 7.8q.8 0 1.25.388.45.387.65.962l1.6-.65a3.35 3.35 0 0 0-1.013-1.525q-.737-.65-1.637-.725V5h-1.75v1.25q-1.25.275-1.95 1.1T8.5 9.2q0 1.175.688 1.9t2.162 1.25q1.576.575 2.188 1.025t.612 1.175q0 .825-.588 1.212-.587.388-1.412.388t-1.463-.512q-.637-.513-.937-1.538l-1.65.65q.35 1.2 1.088 1.938.737.737 1.912 1.012zm.9 3a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20" }) })] })));
|
|
10
|
+
};
|
|
11
|
+
var IconMoney = generateIcon(SvgComponent);
|
|
12
|
+
|
|
13
|
+
export { IconMoney as default };
|
|
14
|
+
//# sourceMappingURL=IconMoney.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMoney.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconMoney.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,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,EACF,iBAAA,EAAA,OAAO,EACpB,EAAA,KAAK,EAER,EAAA,QAAA,EAAA,CAAA,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,EAAG,QAAA,EAAA,KAAK,EAAS,CAAA,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,EAAE,EAAC,GAAG,EACN,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,CAAC,EAAE,CAAC,EACJ,CAAC,EAAE,CAAC,EACJ,SAAS,EAAC,gBAAgB,EAC1B,KAAK,EAAE;AACL,oBAAA,QAAQ,EAAE,OAAO;AAClB,iBAAA,EAAA,QAAA,EAEDA,GAAM,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,eAAe,EAAG,CAAA,EAAA,CACpC,EACPA,GAAA,CAAA,GAAA,EAAA,EAAG,IAAI,EAAC,SAAS,EAAA,QAAA,EACfA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,62BAA62B,EAC/2B,CAAA,EAAA,CACA,CACA,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,gBAAe,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({ 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;;;;"}
|
|
@@ -86,6 +86,8 @@ 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 IconMoney } from './components/IconMoney.js';
|
|
90
|
+
export { default as IconMoneyLight } from './components/IconMoneyLight.js';
|
|
89
91
|
export { default as IconMoneySolid } from './components/IconMoneySolid.js';
|
|
90
92
|
export { default as IconMusicSolid } from './components/IconMusicSolid.js';
|
|
91
93
|
export { default as IconNewspaperSolid } from './components/IconNewspaperSolid.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,8 @@ 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 IconMoney } from "./components/IconMoney";
|
|
90
|
+
export { default as IconMoneyLight } from "./components/IconMoneyLight";
|
|
89
91
|
export { default as IconMoneySolid } from "./components/IconMoneySolid";
|
|
90
92
|
export { default as IconMusicSolid } from "./components/IconMusicSolid";
|
|
91
93
|
export { default as IconNewspaperSolid } from "./components/IconNewspaperSolid";
|
package/dist/types/v2/index.d.ts
CHANGED
|
@@ -87,7 +87,9 @@ 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;
|
|
92
|
+
export declare const IconMoney: string;
|
|
91
93
|
export declare const IconMusicSolid: string;
|
|
92
94
|
export declare const IconNewspaperSolid: string;
|
|
93
95
|
export declare const IconNextstepSolid: string;
|