hc-app-icons 2.0.23 → 2.0.24
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/map-light.svg +1 -0
- package/dist/generated/v2/index.js +1 -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/index.js +1 -0
- package/dist/generated/v2/web/index.js.map +1 -1
- package/dist/types/components/IconMapLight.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 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>
|
|
@@ -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";
|
|
@@ -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;;;;"}
|
|
@@ -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';
|
|
@@ -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";
|
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;
|