hc-app-icons 2.0.23 → 2.0.25
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/map-light.svg +1 -0
- package/dist/generated/v2/icons/share-story-1.svg +1 -0
- package/dist/generated/v2/icons/share-story.svg +1 -0
- package/dist/generated/v2/index.js +3 -0
- package/dist/generated/v2/web/components/IconMapLight.js +12 -0
- package/dist/generated/v2/web/components/IconMapLight.js.map +1 -0
- package/dist/generated/v2/web/components/IconShareStory.js +12 -0
- package/dist/generated/v2/web/components/IconShareStory.js.map +1 -0
- package/dist/generated/v2/web/components/IconShareStory1.js +12 -0
- package/dist/generated/v2/web/components/IconShareStory1.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/IconMapLight.d.ts +2 -0
- package/dist/types/components/IconShareStory.d.ts +2 -0
- package/dist/types/components/IconShareStory1.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,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
#### v2.0.25
|
|
4
|
+
|
|
5
|
+
- Add Share Story icons: `share-story`, `share-story-1` (chat bubble variants; exports `IconShareStory`, `IconShareStory1`)
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
#### v2.0.24
|
|
10
|
+
|
|
11
|
+
- Add Map Light icon
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
3
15
|
#### v2.0.23
|
|
4
16
|
|
|
5
17
|
- Add Money icon (circle dollar filled) for giving tab navigation
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg data-name="Layer 1" viewBox="0 0 24 24"><path d="m15 21-6-2.1-4.65 1.8c-.33.13-.64.1-.93-.11a1 1 0 0 1-.42-.84v-14c0-.22.06-.41.19-.58.12-.16.3-.29.51-.37L9 3l6 2.1 4.65-1.8c.33-.13.64-.1.93.11q.42.315.42.84v14c0 .22-.06.41-.19.57-.12.17-.3.3-.51.38zm-1-2.45V6.85l-4-1.4v11.7zm2 0 3-1V5.7l-3 1.15zM5 18.3l3-1.15V5.45l-3 1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24"><path d="M6 14h12v-2H6zm0-3h12V9H6zm0-3h12V6H6zm16 14-4-4H4c-.55 0-1.02-.2-1.41-.59S2 16.55 2 16V4c0-.55.2-1.02.59-1.41S3.45 2 4 2h16c.55 0 1.02.2 1.41.59S22 3.45 22 4zM4 16h14.85L20 17.125V4H4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24"><path d="M6 14h12v-2H6zm0-3h12V9H6zm0-3h12V6H6zM4 18c-.55 0-1.02-.2-1.41-.59S2 16.55 2 16V4c0-.55.2-1.02.59-1.41S3.45 2 4 2h16c.55 0 1.02.2 1.41.59S22 3.45 22 4v18l-4-4z"/></svg>
|
|
@@ -80,6 +80,7 @@ export { default as IconLocationSolid } from "./icons/location-solid.svg";
|
|
|
80
80
|
export { default as IconLocationsearchingSolid } from "./icons/locationsearching-solid.svg";
|
|
81
81
|
export { default as IconMailLight } from "./icons/mail-light.svg";
|
|
82
82
|
export { default as IconMailSolid } from "./icons/mail-solid.svg";
|
|
83
|
+
export { default as IconMapLight } from "./icons/map-light.svg";
|
|
83
84
|
export { default as IconMapSolid } from "./icons/map-solid.svg";
|
|
84
85
|
export { default as IconMealSolid } from "./icons/meal-solid.svg";
|
|
85
86
|
export { default as IconMedicalSolid } from "./icons/medical-solid.svg";
|
|
@@ -126,6 +127,8 @@ export { default as IconSearchSolid } from "./icons/search-solid.svg";
|
|
|
126
127
|
export { default as IconServeSolid } from "./icons/serve-solid.svg";
|
|
127
128
|
export { default as IconSettingsSolid } from "./icons/settings-solid.svg";
|
|
128
129
|
export { default as IconShareSolid } from "./icons/share-solid.svg";
|
|
130
|
+
export { default as IconShareStory1 } from "./icons/share-story-1.svg";
|
|
131
|
+
export { default as IconShareStory } from "./icons/share-story.svg";
|
|
129
132
|
export { default as IconSharestorySolid } from "./icons/sharestory-solid.svg";
|
|
130
133
|
export { default as IconSharingSolid } from "./icons/sharing-solid.svg";
|
|
131
134
|
export { default as IconShieldLight } from "./icons/shield-light.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 21-6-2.1-4.65 1.8c-.33.13-.64.1-.93-.11a1 1 0 0 1-.42-.84v-14c0-.22.06-.41.19-.58.12-.16.3-.29.51-.37L9 3l6 2.1 4.65-1.8c.33-.13.64-.1.93.11q.42.315.42.84v14c0 .22-.06.41-.19.57-.12.17-.3.3-.51.38zm-1-2.45V6.85l-4-1.4v11.7zm2 0 3-1V5.7l-3 1.15zM5 18.3l3-1.15V5.45l-3 1z", fill: "currentColor" })] })));
|
|
8
|
+
};
|
|
9
|
+
var IconMapLight = generateIcon(SvgComponent);
|
|
10
|
+
|
|
11
|
+
export { IconMapLight as default };
|
|
12
|
+
//# sourceMappingURL=IconMapLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMapLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconMapLight.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,mRAAmR,EACrR,IAAI,EAAC,cAAc,EAAA,CACnB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,mBAAe,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({ viewBox: "0 0 24 24", width: "1em", height: "1em", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "currentColor", d: "M6 14h12v-2H6zm0-3h12V9H6zm0-3h12V6H6zM4 18c-.55 0-1.02-.2-1.41-.59S2 16.55 2 16V4c0-.55.2-1.02.59-1.41S3.45 2 4 2h16c.55 0 1.02.2 1.41.59S22 3.45 22 4v18l-4-4z" })] })));
|
|
8
|
+
};
|
|
9
|
+
var IconShareStory = generateIcon(SvgComponent);
|
|
10
|
+
|
|
11
|
+
export { IconShareStory as default };
|
|
12
|
+
//# sourceMappingURL=IconShareStory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconShareStory.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconShareStory.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,uBACE,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,qBACK,OAAO,EAAA,EACpB,KAAK,EAER,EAAA,QAAA,EAAA,CAAA,KAAK,GAAGC,eAAO,EAAE,EAAE,OAAO,EAAG,QAAA,EAAA,KAAK,GAAS,GAAG,IAAI,EACnDA,cACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,kKAAkK,EAAA,CACpK,CACE,EAAA,CAAA,CAAA;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({ viewBox: "0 0 24 24", width: "1em", height: "1em", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "currentColor", d: "M6 14h12v-2H6zm0-3h12V9H6zm0-3h12V6H6zm16 14-4-4H4c-.55 0-1.02-.2-1.41-.59S2 16.55 2 16V4c0-.55.2-1.02.59-1.41S3.45 2 4 2h16c.55 0 1.02.2 1.41.59S22 3.45 22 4zM4 16h14.85L20 17.125V4H4z" })] })));
|
|
8
|
+
};
|
|
9
|
+
var IconShareStory1 = generateIcon(SvgComponent);
|
|
10
|
+
|
|
11
|
+
export { IconShareStory1 as default };
|
|
12
|
+
//# sourceMappingURL=IconShareStory1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconShareStory1.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconShareStory1.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,uBACE,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,qBACK,OAAO,EAAA,EACpB,KAAK,EAER,EAAA,QAAA,EAAA,CAAA,KAAK,GAAGC,eAAO,EAAE,EAAE,OAAO,EAAG,QAAA,EAAA,KAAK,GAAS,GAAG,IAAI,EACnDA,cACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,2LAA2L,EAAA,CAC7L,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,sBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
|
|
@@ -79,6 +79,7 @@ export { default as IconLocationSolid } from './components/IconLocationSolid.js'
|
|
|
79
79
|
export { default as IconLocationsearchingSolid } from './components/IconLocationsearchingSolid.js';
|
|
80
80
|
export { default as IconMailLight } from './components/IconMailLight.js';
|
|
81
81
|
export { default as IconMailSolid } from './components/IconMailSolid.js';
|
|
82
|
+
export { default as IconMapLight } from './components/IconMapLight.js';
|
|
82
83
|
export { default as IconMapSolid } from './components/IconMapSolid.js';
|
|
83
84
|
export { default as IconMealSolid } from './components/IconMealSolid.js';
|
|
84
85
|
export { default as IconMedicalSolid } from './components/IconMedicalSolid.js';
|
|
@@ -125,6 +126,8 @@ export { default as IconSearchSolid } from './components/IconSearchSolid.js';
|
|
|
125
126
|
export { default as IconServeSolid } from './components/IconServeSolid.js';
|
|
126
127
|
export { default as IconSettingsSolid } from './components/IconSettingsSolid.js';
|
|
127
128
|
export { default as IconShareSolid } from './components/IconShareSolid.js';
|
|
129
|
+
export { default as IconShareStory } from './components/IconShareStory.js';
|
|
130
|
+
export { default as IconShareStory1 } from './components/IconShareStory1.js';
|
|
128
131
|
export { default as IconSharestorySolid } from './components/IconSharestorySolid.js';
|
|
129
132
|
export { default as IconSharingSolid } from './components/IconSharingSolid.js';
|
|
130
133
|
export { default as IconShieldLight } from './components/IconShieldLight.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
|
@@ -79,6 +79,7 @@ export { default as IconLocationSolid } from "./components/IconLocationSolid";
|
|
|
79
79
|
export { default as IconLocationsearchingSolid } from "./components/IconLocationsearchingSolid";
|
|
80
80
|
export { default as IconMailLight } from "./components/IconMailLight";
|
|
81
81
|
export { default as IconMailSolid } from "./components/IconMailSolid";
|
|
82
|
+
export { default as IconMapLight } from "./components/IconMapLight";
|
|
82
83
|
export { default as IconMapSolid } from "./components/IconMapSolid";
|
|
83
84
|
export { default as IconMealSolid } from "./components/IconMealSolid";
|
|
84
85
|
export { default as IconMedicalSolid } from "./components/IconMedicalSolid";
|
|
@@ -125,6 +126,8 @@ export { default as IconSearchSolid } from "./components/IconSearchSolid";
|
|
|
125
126
|
export { default as IconServeSolid } from "./components/IconServeSolid";
|
|
126
127
|
export { default as IconSettingsSolid } from "./components/IconSettingsSolid";
|
|
127
128
|
export { default as IconShareSolid } from "./components/IconShareSolid";
|
|
129
|
+
export { default as IconShareStory } from "./components/IconShareStory";
|
|
130
|
+
export { default as IconShareStory1 } from "./components/IconShareStory1";
|
|
128
131
|
export { default as IconSharestorySolid } from "./components/IconSharestorySolid";
|
|
129
132
|
export { default as IconSharingSolid } from "./components/IconSharingSolid";
|
|
130
133
|
export { default as IconShieldLight } from "./components/IconShieldLight";
|
package/dist/types/v2/index.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export declare const IconLocationSolid: string;
|
|
|
80
80
|
export declare const IconLocationsearchingSolid: string;
|
|
81
81
|
export declare const IconMailLight: string;
|
|
82
82
|
export declare const IconMailSolid: string;
|
|
83
|
+
export declare const IconMapLight: string;
|
|
83
84
|
export declare const IconMapSolid: string;
|
|
84
85
|
export declare const IconMealSolid: string;
|
|
85
86
|
export declare const IconMedicalSolid: string;
|
|
@@ -126,6 +127,8 @@ export declare const IconSearchSolid: string;
|
|
|
126
127
|
export declare const IconServeSolid: string;
|
|
127
128
|
export declare const IconSettingsSolid: string;
|
|
128
129
|
export declare const IconShareSolid: string;
|
|
130
|
+
export declare const IconShareStory1: string;
|
|
131
|
+
export declare const IconShareStory: string;
|
|
129
132
|
export declare const IconSharestorySolid: string;
|
|
130
133
|
export declare const IconSharingSolid: string;
|
|
131
134
|
export declare const IconShieldLight: string;
|