hc-app-icons 2.0.21 → 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 +6 -0
- package/dist/generated/v2/icons/money-light.svg +1 -0
- package/dist/generated/v2/index.js +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 +1 -0
- package/dist/generated/v2/web/index.js.map +1 -1
- package/dist/types/components/IconMoneyLight.d.ts +2 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/v2/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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>
|
|
@@ -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";
|
|
@@ -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,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';
|
|
@@ -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";
|
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;
|