hc-app-icons 2.0.24 → 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 CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  #### v2.0.24
4
10
 
5
11
  - Add Map Light icon
@@ -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>
@@ -127,6 +127,8 @@ export { default as IconSearchSolid } from "./icons/search-solid.svg";
127
127
  export { default as IconServeSolid } from "./icons/serve-solid.svg";
128
128
  export { default as IconSettingsSolid } from "./icons/settings-solid.svg";
129
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";
130
132
  export { default as IconSharestorySolid } from "./icons/sharestory-solid.svg";
131
133
  export { default as IconSharingSolid } from "./icons/sharing-solid.svg";
132
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({ 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;;;;"}
@@ -126,6 +126,8 @@ export { default as IconSearchSolid } from './components/IconSearchSolid.js';
126
126
  export { default as IconServeSolid } from './components/IconServeSolid.js';
127
127
  export { default as IconSettingsSolid } from './components/IconSettingsSolid.js';
128
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';
129
131
  export { default as IconSharestorySolid } from './components/IconSharestorySolid.js';
130
132
  export { default as IconSharingSolid } from './components/IconSharingSolid.js';
131
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -126,6 +126,8 @@ export { default as IconSearchSolid } from "./components/IconSearchSolid";
126
126
  export { default as IconServeSolid } from "./components/IconServeSolid";
127
127
  export { default as IconSettingsSolid } from "./components/IconSettingsSolid";
128
128
  export { default as IconShareSolid } from "./components/IconShareSolid";
129
+ export { default as IconShareStory } from "./components/IconShareStory";
130
+ export { default as IconShareStory1 } from "./components/IconShareStory1";
129
131
  export { default as IconSharestorySolid } from "./components/IconSharestorySolid";
130
132
  export { default as IconSharingSolid } from "./components/IconSharingSolid";
131
133
  export { default as IconShieldLight } from "./components/IconShieldLight";
@@ -127,6 +127,8 @@ export declare const IconSearchSolid: string;
127
127
  export declare const IconServeSolid: string;
128
128
  export declare const IconSettingsSolid: string;
129
129
  export declare const IconShareSolid: string;
130
+ export declare const IconShareStory1: string;
131
+ export declare const IconShareStory: string;
130
132
  export declare const IconSharestorySolid: string;
131
133
  export declare const IconSharingSolid: string;
132
134
  export declare const IconShieldLight: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "main": "./dist/generated/",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "typesVersions": {