hc-app-icons 2.0.10 → 2.0.11

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,10 @@
1
1
  # Changelog
2
2
 
3
+ #### v2.0.11
4
+
5
+ - Add Camera Icon
6
+ ---
7
+
3
8
  #### v2.0.10
4
9
 
5
10
  - Add Player Icons
@@ -0,0 +1 @@
1
+ <svg data-name="Layer 1" viewBox="0 0 24 24"><path d="M12 17.5q1.875 0 3.188-1.312Q16.5 14.875 16.5 13t-1.312-3.187T12 8.5 8.813 9.813Q7.499 11.125 7.5 13q0 1.875 1.313 3.188Q10.125 17.5 12 17.5m0-2q-1.05 0-1.775-.725T9.5 13t.725-1.775T12 10.5t1.775.725T14.5 13t-.725 1.775T12 15.5M4 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 19V7q0-.824.587-1.412A1.93 1.93 0 0 1 4 5h3.15L9 3h6l1.85 2H20q.824 0 1.413.588Q22 6.175 22 7v12q0 .824-.587 1.413A1.93 1.93 0 0 1 20 21z"/></svg>
@@ -10,6 +10,7 @@ export { default as IconBookSolid } from "./icons/book-solid.svg";
10
10
  export { default as IconCalendarLight } from "./icons/calendar-light.svg";
11
11
  export { default as IconCalendarSolid } from "./icons/calendar-solid.svg";
12
12
  export { default as IconCalendarclockSolid } from "./icons/calendarclock-solid.svg";
13
+ export { default as IconCamera } from "./icons/camera.svg";
13
14
  export { default as IconCast } from "./icons/cast.svg";
14
15
  export { default as IconCheckSolid } from "./icons/check-solid.svg";
15
16
  export { default as IconChecklistSolid } from "./icons/checklist-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: "M12 17.5q1.875 0 3.188-1.312Q16.5 14.875 16.5 13t-1.312-3.187T12 8.5 8.813 9.813Q7.499 11.125 7.5 13q0 1.875 1.313 3.188Q10.125 17.5 12 17.5m0-2q-1.05 0-1.775-.725T9.5 13t.725-1.775T12 10.5t1.775.725T14.5 13t-.725 1.775T12 15.5M4 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 19V7q0-.824.587-1.412A1.93 1.93 0 0 1 4 5h3.15L9 3h6l1.85 2H20q.824 0 1.413.588Q22 6.175 22 7v12q0 .824-.587 1.413A1.93 1.93 0 0 1 20 21z", fill: "#1c1b1f" })] })));
8
+ };
9
+ var IconCamera = generateIcon(SvgComponent);
10
+
11
+ export { IconCamera as default };
12
+ //# sourceMappingURL=IconCamera.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconCamera.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconCamera.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,yZAAyZ,EAC3Z,IAAI,EAAC,SAAS,EAAA,CACd,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,iBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -9,6 +9,7 @@ export { default as IconBookSolid } from './components/IconBookSolid.js';
9
9
  export { default as IconCalendarLight } from './components/IconCalendarLight.js';
10
10
  export { default as IconCalendarSolid } from './components/IconCalendarSolid.js';
11
11
  export { default as IconCalendarclockSolid } from './components/IconCalendarclockSolid.js';
12
+ export { default as IconCamera } from './components/IconCamera.js';
12
13
  export { default as IconCast } from './components/IconCast.js';
13
14
  export { default as IconCheckSolid } from './components/IconCheckSolid.js';
14
15
  export { default as IconChecklistSolid } from './components/IconChecklistSolid.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;
@@ -9,6 +9,7 @@ export { default as IconBookSolid } from "./components/IconBookSolid";
9
9
  export { default as IconCalendarLight } from "./components/IconCalendarLight";
10
10
  export { default as IconCalendarSolid } from "./components/IconCalendarSolid";
11
11
  export { default as IconCalendarclockSolid } from "./components/IconCalendarclockSolid";
12
+ export { default as IconCamera } from "./components/IconCamera";
12
13
  export { default as IconCast } from "./components/IconCast";
13
14
  export { default as IconCheckSolid } from "./components/IconCheckSolid";
14
15
  export { default as IconChecklistSolid } from "./components/IconChecklistSolid";
@@ -10,6 +10,7 @@ export declare const IconBookSolid: string;
10
10
  export declare const IconCalendarLight: string;
11
11
  export declare const IconCalendarSolid: string;
12
12
  export declare const IconCalendarclockSolid: string;
13
+ export declare const IconCamera: string;
13
14
  export declare const IconCast: string;
14
15
  export declare const IconCheckSolid: string;
15
16
  export declare const IconChecklistSolid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "main": "./dist/generated/",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "typesVersions": {