hc-app-icons 2.0.26 → 2.0.27

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.27
4
+
5
+ - Add Cart Light icon
6
+
7
+ ---
8
+
3
9
  #### v2.0.26
4
10
 
5
11
  - Add Category icon
@@ -0,0 +1 @@
1
+ <svg data-name="Layer 1" viewBox="0 0 24 24"><path d="M7 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 20q0-.824.588-1.413A1.93 1.93 0 0 1 7 18q.824 0 1.412.587Q9 19.176 9 20q0 .824-.588 1.413A1.93 1.93 0 0 1 7 22m10 0q-.825 0-1.412-.587A1.93 1.93 0 0 1 15 20q0-.824.588-1.413A1.93 1.93 0 0 1 17 18q.824 0 1.413.587Q19 19.176 19 20q0 .824-.587 1.413A1.93 1.93 0 0 1 17 22M6.15 6l2.4 5h7l2.75-5zM5.2 4h14.75q.575 0 .875.513.3.512.025 1.037l-3.55 6.4q-.275.5-.738.775A1.95 1.95 0 0 1 15.55 13H8.1L7 15h12v2H7q-1.125 0-1.7-.988-.575-.987-.05-1.962L6.6 11.6 3 4H1V2h3.25z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" version="1.1" viewBox="0 0 24 24"><defs><style>.st1{fill:#fff}</style></defs><path d="M0 5h24v14H0z"/><path d="M2.88 13.32c-.77 0-1.31-.67-1.31-1.52v-.02c0-.83.54-1.5 1.31-1.5.53 0 .89.26 1.2.67l1.15-.92c-.49-.7-1.21-1.19-2.33-1.19-1.66 0-2.9 1.3-2.9 2.96v.02c0 1.7 1.26 2.94 2.83 2.94 1.22 0 1.92-.54 2.43-1.28l-1.15-.85c-.33.41-.67.69-1.24.69ZM21.08 11.16l-1.31-2.2h-1.61v5.69h1.49V11.4l1.4 2.21h.03l1.4-2.23v3.27h1.51V8.96h-1.61l-1.31 2.2ZM17.78 5h-.57l-5.53 6.58L6.13 5h-.55l5.83 6.88L5.37 19h.57l5.75-6.84L17.46 19h.55l-6.04-7.12L17.8 5Z" class="st1"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" version="1.1" viewBox="0 0 24 24"><defs><clipPath id="clippath"><path d="M0 6.96h24v10H0z" class="st0"/></clipPath><style>.st0{fill:#fff}</style></defs><path d="M0 6.96h24v10H0z" class="st0"/><g clip-path="url(#clippath)"><path d="M23.8 7.17h-2.99c-.19 0-.4.13-.49.28l-1.97 5.31-1.97-5.31a.62.62 0 0 0-.49-.28h-.94c.03.17 0 .35-.08.52l-2.17 3.79v5.08c0 .1.09.19.2.19h2.65c.11 0 .22-.1.22-.19v-4.08l1.44 4.07c.04.11.23.21.36.21h1.57c.13 0 .31-.1.36-.21l1.44-4.07v4.08c0 .1.1.19.22.19h2.64c.11 0 .2-.1.2-.19V7.37c0-.11-.09-.21-.2-.21Z" class="st0"/><path d="M14.33 7.39c.07-.13-.03-.22-.16-.22H11.2c-.14 0-.27.1-.33.22L9.7 9.89l-1.17-2.5a.37.37 0 0 0-.33-.22H6.68c.17.09.33.18.49.28.37.24.52.67.33 1.02l-.8 1.75 1.54 2.69v3.64c0 .1.1.19.22.19h2.52c.11 0 .22-.1.22-.19v-3.64l1.54-2.69 1.62-2.84Z" class="st0"/><path d="M3.03 10.05c0-.31.29-.5.73-.5.5.04 1.31.33 2.02.72.09.05.16.04.22-.02.02-.02.03-.05.04-.09l.28-.6.62-1.35c.04-.07 0-.18-.11-.25a6.3 6.3 0 0 0-1.7-.76 8 8 0 0 0-.64-.15c-.3-.05-.59-.08-.86-.08-2.18 0-3.62 1.23-3.62 3.1 0 3.03 4.02 2.99 4.02 3.81 0 .32-.3.53-.76.53-.54-.04-1.33-.31-1.99-.67-.11-.07-.22-.03-.26.11l-.9 1.96c-.04.07 0 .17.11.25.72.55 1.97.92 3.17.92 2.2 0 3.67-1.24 3.67-3.08 0-3.06-4.05-3-4.05-3.82Z" class="st0"/></g></svg>
@@ -11,6 +11,7 @@ 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
13
  export { default as IconCamera } from "./icons/camera.svg";
14
+ export { default as IconCartLight } from "./icons/cart-light.svg";
14
15
  export { default as IconCart } from "./icons/cart.svg";
15
16
  export { default as IconCast } from "./icons/cast.svg";
16
17
  export { default as IconCategory } from "./icons/category.svg";
@@ -18,6 +19,7 @@ export { default as IconCelebrateRecovery } from "./icons/celebrate-recovery.svg
18
19
  export { default as IconCheckSolid } from "./icons/check-solid.svg";
19
20
  export { default as IconChecklistSolid } from "./icons/checklist-solid.svg";
20
21
  export { default as IconChildrenSolid } from "./icons/children-solid.svg";
22
+ export { default as IconChildrensMinistry } from "./icons/childrens-ministry.svg";
21
23
  export { default as IconChurchLight } from "./icons/church-light.svg";
22
24
  export { default as IconChurchSolid } from "./icons/church-solid.svg";
23
25
  export { default as IconCircleAddLight } from "./icons/circle-add-light.svg";
@@ -138,6 +140,7 @@ export { default as IconSpotify } from "./icons/spotify.svg";
138
140
  export { default as IconSsmSolid } from "./icons/ssm-solid.svg";
139
141
  export { default as IconStepsSolid } from "./icons/steps-solid.svg";
140
142
  export { default as IconStocksSolid } from "./icons/stocks-solid.svg";
143
+ export { default as IconStudentMinistries } from "./icons/student-ministries.svg";
141
144
  export { default as IconSubscribeSolid } from "./icons/subscribe-solid.svg";
142
145
  export { default as IconSubscribe } from "./icons/subscribe.svg";
143
146
  export { default as IconTermsofserviceSolid } from "./icons/termsofservice-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: "M7 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 20q0-.824.588-1.413A1.93 1.93 0 0 1 7 18q.824 0 1.412.587Q9 19.176 9 20q0 .824-.588 1.413A1.93 1.93 0 0 1 7 22m10 0q-.825 0-1.412-.587A1.93 1.93 0 0 1 15 20q0-.824.588-1.413A1.93 1.93 0 0 1 17 18q.824 0 1.413.587Q19 19.176 19 20q0 .824-.587 1.413A1.93 1.93 0 0 1 17 22M6.15 6l2.4 5h7l2.75-5zM5.2 4h14.75q.575 0 .875.513.3.512.025 1.037l-3.55 6.4q-.275.5-.738.775A1.95 1.95 0 0 1 15.55 13H8.1L7 15h12v2H7q-1.125 0-1.7-.988-.575-.987-.05-1.962L6.6 11.6 3 4H1V2h3.25z", fill: "currentColor" })] })));
8
+ };
9
+ var IconCartLight = generateIcon(SvgComponent);
10
+
11
+ export { IconCartLight as default };
12
+ //# sourceMappingURL=IconCartLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconCartLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconCartLight.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,6fAA6f,EAC/f,IAAI,EAAC,cAAc,EAAA,CACnB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,oBAAe,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({ id: "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: ".st1{fill:#fff}" }) }), jsx("path", { d: "M0 5h24v14H0z", fill: "none" }), jsx("path", { d: "M2.88 13.32c-.77 0-1.31-.67-1.31-1.52v-.02c0-.83.54-1.5 1.31-1.5.53 0 .89.26 1.2.67l1.15-.92c-.49-.7-1.21-1.19-2.33-1.19-1.66 0-2.9 1.3-2.9 2.96v.02c0 1.7 1.26 2.94 2.83 2.94 1.22 0 1.92-.54 2.43-1.28l-1.15-.85c-.33.41-.67.69-1.24.69ZM21.08 11.16l-1.31-2.2h-1.61v5.69h1.49V11.4l1.4 2.21h.03l1.4-2.23v3.27h1.51V8.96h-1.61l-1.31 2.2ZM17.78 5h-.57l-5.53 6.58L6.13 5h-.55l5.83 6.88L5.37 19h.57l5.75-6.84L17.46 19h.55l-6.04-7.12L17.8 5Z", className: "st1" })] })));
8
+ };
9
+ var IconChildrensMinistry = generateIcon(SvgComponent);
10
+
11
+ export { IconChildrensMinistry as default };
12
+ //# sourceMappingURL=IconChildrensMinistry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconChildrensMinistry.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconChildrensMinistry.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,EACZ,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACK,iBAAA,EAAA,OAAO,EACpB,EAAA,KAAK,EAER,EAAA,QAAA,EAAA,CAAA,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,EAAG,QAAA,EAAA,KAAK,EAAS,CAAA,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,OAAA,EAAA,EAAA,QAAA,EAAQ,iBAAiB,EAAA,CAAS,EAC7B,CAAA,EACPA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,EAAA,CAAG,EACtCA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,ibAAib,EACnb,SAAS,EAAC,KAAK,EACf,CAAA,CAAA,EAAA,CAAA,CACE;AAEV,CAAC;AACD,4BAAe,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({ id: "Layer_1", viewBox: "0 0 24 24", width: "1em", height: "1em", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsxs("defs", { children: [jsx("clipPath", { id: "clippath", children: jsx("path", { d: "M0 6.96h24v10H0z", className: "st0" }) }), jsx("style", { children: ".st0{fill:#fff}" })] }), jsx("path", { d: "M0 6.96h24v10H0z", className: "st0" }), jsxs("g", { clipPath: "url(#clippath)", children: [jsx("path", { d: "M23.8 7.17h-2.99c-.19 0-.4.13-.49.28l-1.97 5.31-1.97-5.31a.62.62 0 0 0-.49-.28h-.94c.03.17 0 .35-.08.52l-2.17 3.79v5.08c0 .1.09.19.2.19h2.65c.11 0 .22-.1.22-.19v-4.08l1.44 4.07c.04.11.23.21.36.21h1.57c.13 0 .31-.1.36-.21l1.44-4.07v4.08c0 .1.1.19.22.19h2.64c.11 0 .2-.1.2-.19V7.37c0-.11-.09-.21-.2-.21Z", className: "st0" }), jsx("path", { d: "M14.33 7.39c.07-.13-.03-.22-.16-.22H11.2c-.14 0-.27.1-.33.22L9.7 9.89l-1.17-2.5a.37.37 0 0 0-.33-.22H6.68c.17.09.33.18.49.28.37.24.52.67.33 1.02l-.8 1.75 1.54 2.69v3.64c0 .1.1.19.22.19h2.52c.11 0 .22-.1.22-.19v-3.64l1.54-2.69 1.62-2.84Z", className: "st0" }), jsx("path", { d: "M3.03 10.05c0-.31.29-.5.73-.5.5.04 1.31.33 2.02.72.09.05.16.04.22-.02.02-.02.03-.05.04-.09l.28-.6.62-1.35c.04-.07 0-.18-.11-.25a6.3 6.3 0 0 0-1.7-.76 8 8 0 0 0-.64-.15c-.3-.05-.59-.08-.86-.08-2.18 0-3.62 1.23-3.62 3.1 0 3.03 4.02 2.99 4.02 3.81 0 .32-.3.53-.76.53-.54-.04-1.33-.31-1.99-.67-.11-.07-.22-.03-.26.11l-.9 1.96c-.04.07 0 .17.11.25.72.55 1.97.92 3.17.92 2.2 0 3.67-1.24 3.67-3.08 0-3.06-4.05-3-4.05-3.82Z", className: "st0" })] })] })));
8
+ };
9
+ var IconStudentMinistries = generateIcon(SvgComponent);
10
+
11
+ export { IconStudentMinistries as default };
12
+ //# sourceMappingURL=IconStudentMinistries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconStudentMinistries.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconStudentMinistries.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,EAAE,EAAC,SAAS,EACZ,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,EAAG,QAAA,EAAA,KAAK,GAAS,GAAG,IAAI,EACnDD,IAAA,CAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CACEC,kBAAU,EAAE,EAAC,UAAU,EAAA,QAAA,EACrBA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,kBAAkB,EAAC,SAAS,EAAC,KAAK,EAAA,CAAG,GACpC,EACXA,GAAA,CAAA,OAAA,EAAA,EAAA,QAAA,EAAQ,iBAAiB,EAAA,CAAS,CAC7B,EAAA,CAAA,EACPA,cAAM,CAAC,EAAC,kBAAkB,EAAC,SAAS,EAAC,KAAK,EAAG,CAAA,EAC7CD,IAAG,CAAA,GAAA,EAAA,EAAA,QAAQ,EAAC,gBAAgB,aAC1BC,GACE,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,+SAA+S,EACjT,SAAS,EAAC,KAAK,EAAA,CACf,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,8OAA8O,EAChP,SAAS,EAAC,KAAK,EACf,CAAA,EACFA,cACE,CAAC,EAAC,gaAAga,EACla,SAAS,EAAC,KAAK,EACf,CAAA,CAAA,EAAA,CACA,CACA,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,4BAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -11,12 +11,14 @@ export { default as IconCalendarSolid } from './components/IconCalendarSolid.js'
11
11
  export { default as IconCalendarclockSolid } from './components/IconCalendarclockSolid.js';
12
12
  export { default as IconCamera } from './components/IconCamera.js';
13
13
  export { default as IconCart } from './components/IconCart.js';
14
+ export { default as IconCartLight } from './components/IconCartLight.js';
14
15
  export { default as IconCast } from './components/IconCast.js';
15
16
  export { default as IconCategory } from './components/IconCategory.js';
16
17
  export { default as IconCelebrateRecovery } from './components/IconCelebrateRecovery.js';
17
18
  export { default as IconCheckSolid } from './components/IconCheckSolid.js';
18
19
  export { default as IconChecklistSolid } from './components/IconChecklistSolid.js';
19
20
  export { default as IconChildrenSolid } from './components/IconChildrenSolid.js';
21
+ export { default as IconChildrensMinistry } from './components/IconChildrensMinistry.js';
20
22
  export { default as IconChurchLight } from './components/IconChurchLight.js';
21
23
  export { default as IconChurchSolid } from './components/IconChurchSolid.js';
22
24
  export { default as IconCircleAddLight } from './components/IconCircleAddLight.js';
@@ -137,6 +139,7 @@ export { default as IconSpotify } from './components/IconSpotify.js';
137
139
  export { default as IconSsmSolid } from './components/IconSsmSolid.js';
138
140
  export { default as IconStepsSolid } from './components/IconStepsSolid.js';
139
141
  export { default as IconStocksSolid } from './components/IconStocksSolid.js';
142
+ export { default as IconStudentMinistries } from './components/IconStudentMinistries.js';
140
143
  export { default as IconSubscribe } from './components/IconSubscribe.js';
141
144
  export { default as IconSubscribeSolid } from './components/IconSubscribeSolid.js';
142
145
  export { default as IconTermsofserviceSolid } from './components/IconTermsofserviceSolid.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;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -11,12 +11,14 @@ export { default as IconCalendarSolid } from "./components/IconCalendarSolid";
11
11
  export { default as IconCalendarclockSolid } from "./components/IconCalendarclockSolid";
12
12
  export { default as IconCamera } from "./components/IconCamera";
13
13
  export { default as IconCart } from "./components/IconCart";
14
+ export { default as IconCartLight } from "./components/IconCartLight";
14
15
  export { default as IconCast } from "./components/IconCast";
15
16
  export { default as IconCategory } from "./components/IconCategory";
16
17
  export { default as IconCelebrateRecovery } from "./components/IconCelebrateRecovery";
17
18
  export { default as IconCheckSolid } from "./components/IconCheckSolid";
18
19
  export { default as IconChecklistSolid } from "./components/IconChecklistSolid";
19
20
  export { default as IconChildrenSolid } from "./components/IconChildrenSolid";
21
+ export { default as IconChildrensMinistry } from "./components/IconChildrensMinistry";
20
22
  export { default as IconChurchLight } from "./components/IconChurchLight";
21
23
  export { default as IconChurchSolid } from "./components/IconChurchSolid";
22
24
  export { default as IconCircleAddLight } from "./components/IconCircleAddLight";
@@ -137,6 +139,7 @@ export { default as IconSpotify } from "./components/IconSpotify";
137
139
  export { default as IconSsmSolid } from "./components/IconSsmSolid";
138
140
  export { default as IconStepsSolid } from "./components/IconStepsSolid";
139
141
  export { default as IconStocksSolid } from "./components/IconStocksSolid";
142
+ export { default as IconStudentMinistries } from "./components/IconStudentMinistries";
140
143
  export { default as IconSubscribe } from "./components/IconSubscribe";
141
144
  export { default as IconSubscribeSolid } from "./components/IconSubscribeSolid";
142
145
  export { default as IconTermsofserviceSolid } from "./components/IconTermsofserviceSolid";
@@ -11,6 +11,7 @@ export declare const IconCalendarLight: string;
11
11
  export declare const IconCalendarSolid: string;
12
12
  export declare const IconCalendarclockSolid: string;
13
13
  export declare const IconCamera: string;
14
+ export declare const IconCartLight: string;
14
15
  export declare const IconCart: string;
15
16
  export declare const IconCast: string;
16
17
  export declare const IconCategory: string;
@@ -18,6 +19,7 @@ export declare const IconCelebrateRecovery: string;
18
19
  export declare const IconCheckSolid: string;
19
20
  export declare const IconChecklistSolid: string;
20
21
  export declare const IconChildrenSolid: string;
22
+ export declare const IconChildrensMinistry: string;
21
23
  export declare const IconChurchLight: string;
22
24
  export declare const IconChurchSolid: string;
23
25
  export declare const IconCircleAddLight: string;
@@ -138,6 +140,7 @@ export declare const IconSpotify: string;
138
140
  export declare const IconSsmSolid: string;
139
141
  export declare const IconStepsSolid: string;
140
142
  export declare const IconStocksSolid: string;
143
+ export declare const IconStudentMinistries: string;
141
144
  export declare const IconSubscribeSolid: string;
142
145
  export declare const IconSubscribe: string;
143
146
  export declare const IconTermsofserviceSolid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "main": "./dist/generated/",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "typesVersions": {