@brizy/ui-icons 0.0.32 → 0.0.33

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.
Files changed (62) hide show
  1. package/es/icons/MinistryBrandsEventCalendar.d.ts +3 -2
  2. package/es/icons/MinistryBrandsEventCalendar.js +7 -4
  3. package/es/icons/MinistryBrandsEventDetail.d.ts +3 -2
  4. package/es/icons/MinistryBrandsEventDetail.js +7 -4
  5. package/es/icons/MinistryBrandsEventFeatured.d.ts +3 -2
  6. package/es/icons/MinistryBrandsEventFeatured.js +7 -4
  7. package/es/icons/MinistryBrandsEventLayout.d.ts +3 -2
  8. package/es/icons/MinistryBrandsEventLayout.js +7 -4
  9. package/es/icons/MinistryBrandsEventList.d.ts +3 -2
  10. package/es/icons/MinistryBrandsEventList.js +7 -4
  11. package/es/icons/MinistryBrandsGroupDetail.d.ts +3 -2
  12. package/es/icons/MinistryBrandsGroupDetail.js +7 -4
  13. package/es/icons/MinistryBrandsGroupFeatured.d.ts +3 -2
  14. package/es/icons/MinistryBrandsGroupFeatured.js +7 -4
  15. package/es/icons/MinistryBrandsGroupLayout.d.ts +3 -2
  16. package/es/icons/MinistryBrandsGroupLayout.js +7 -4
  17. package/es/icons/MinistryBrandsGroupList.d.ts +3 -2
  18. package/es/icons/MinistryBrandsGroupList.js +7 -4
  19. package/es/icons/MinistryBrandsGroupSlider.d.ts +3 -2
  20. package/es/icons/MinistryBrandsGroupSlider.js +7 -4
  21. package/es/icons/MinistryBrandsSermonDetail.d.ts +3 -2
  22. package/es/icons/MinistryBrandsSermonDetail.js +7 -4
  23. package/es/icons/MinistryBrandsSermonFeatured.d.ts +3 -2
  24. package/es/icons/MinistryBrandsSermonFeatured.js +7 -4
  25. package/es/icons/MinistryBrandsSermonLayout.d.ts +3 -2
  26. package/es/icons/MinistryBrandsSermonLayout.js +7 -4
  27. package/es/icons/MinistryBrandsSermonList.d.ts +3 -2
  28. package/es/icons/MinistryBrandsSermonList.js +7 -4
  29. package/es/types.d.ts +6 -0
  30. package/es/types.js +1 -0
  31. package/lib/icons/MinistryBrandsEventCalendar.d.ts +3 -2
  32. package/lib/icons/MinistryBrandsEventCalendar.js +25 -6
  33. package/lib/icons/MinistryBrandsEventDetail.d.ts +3 -2
  34. package/lib/icons/MinistryBrandsEventDetail.js +25 -6
  35. package/lib/icons/MinistryBrandsEventFeatured.d.ts +3 -2
  36. package/lib/icons/MinistryBrandsEventFeatured.js +25 -6
  37. package/lib/icons/MinistryBrandsEventLayout.d.ts +3 -2
  38. package/lib/icons/MinistryBrandsEventLayout.js +25 -6
  39. package/lib/icons/MinistryBrandsEventList.d.ts +3 -2
  40. package/lib/icons/MinistryBrandsEventList.js +25 -6
  41. package/lib/icons/MinistryBrandsGroupDetail.d.ts +3 -2
  42. package/lib/icons/MinistryBrandsGroupDetail.js +25 -6
  43. package/lib/icons/MinistryBrandsGroupFeatured.d.ts +3 -2
  44. package/lib/icons/MinistryBrandsGroupFeatured.js +25 -6
  45. package/lib/icons/MinistryBrandsGroupLayout.d.ts +3 -2
  46. package/lib/icons/MinistryBrandsGroupLayout.js +25 -6
  47. package/lib/icons/MinistryBrandsGroupList.d.ts +3 -2
  48. package/lib/icons/MinistryBrandsGroupList.js +25 -6
  49. package/lib/icons/MinistryBrandsGroupSlider.d.ts +3 -2
  50. package/lib/icons/MinistryBrandsGroupSlider.js +25 -6
  51. package/lib/icons/MinistryBrandsSermonDetail.d.ts +3 -2
  52. package/lib/icons/MinistryBrandsSermonDetail.js +25 -6
  53. package/lib/icons/MinistryBrandsSermonFeatured.d.ts +3 -2
  54. package/lib/icons/MinistryBrandsSermonFeatured.js +25 -6
  55. package/lib/icons/MinistryBrandsSermonLayout.d.ts +3 -2
  56. package/lib/icons/MinistryBrandsSermonLayout.js +25 -6
  57. package/lib/icons/MinistryBrandsSermonList.d.ts +3 -2
  58. package/lib/icons/MinistryBrandsSermonList.js +25 -6
  59. package/lib/types.d.ts +6 -0
  60. package/lib/types.js +2 -0
  61. package/package-lock.json +1 -1
  62. package/package.json +1 -1
@@ -1,10 +1,29 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
4
20
  };
5
21
  Object.defineProperty(exports, "__esModule", { value: true });
6
22
  exports.MinistryBrandsSermonList = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- exports.MinistryBrandsSermonList = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
9
- react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "currentColor", fillRule: "evenodd" },
10
- react_1.default.createElement("path", { d: "M7.01350171,0 L7.01350171,5.29803966 C7.01350171,6.50834539 7.99462894,7.48947262 9.20493466,7.48947262 L13.588156,7.48947262 L13.588156,11.0672184 C13.588156,11.2946987 13.4819985,11.5010107 13.3183391,11.6314959 C13.1906974,12.0984624 13.1906974,13.429854 13.3183391,13.8971365 C13.4819985,14.0304652 13.588156,14.2367772 13.588156,14.4642575 L13.588156,14.9495487 C13.588156,15.3530103 13.2636807,15.6774857 12.8602191,15.6774857 L2.91174772,15.6774857 C1.30422033,15.6774857 0,14.3732653 0,12.765738 L0,2.91174772 C0,1.30422033 1.30422033,0 2.91174772,0 L7.01350171,0 Z M11.5680047,11.7951554 L2.91174772,11.7951554 C2.37780093,11.7951554 1.94116515,12.2317912 1.94116515,12.765738 C1.94116515,13.3025282 2.37495742,13.7363205 2.91174772,13.7363205 L11.5680047,13.7363205 C11.5105027,13.2175391 11.5105027,12.3139368 11.5680047,11.7951554 Z M15.515933,3.84670751 C15.7832618,3.84670751 16,4.06344567 16,4.330814 L16,5.30376616 C16,5.57113449 15.7832618,5.78787265 15.515933,5.78787265 L9.23771394,5.78787265 C8.97034561,5.78787265 8.75360745,5.57113449 8.75360745,5.30376616 L8.75360745,4.330814 C8.75360745,4.06344567 8.97034561,3.84670751 9.23771394,3.84670751 Z M15.515933,0.427433886 C15.7832618,0.427433886 16,0.644172052 16,0.911540379 L16,1.88449254 C16,2.15186087 15.7832618,2.36859903 15.515933,2.36859903 L9.23771394,2.36859903 C8.97034561,2.36859903 8.75360745,2.15186087 8.75360745,1.88449254 L8.75360745,0.911540379 C8.75360745,0.644172052 8.97034561,0.427433886 9.23771394,0.427433886 Z", fill: "currentColor", fillRule: "nonzero" }))));
23
+ const react_1 = __importStar(require("react"));
24
+ exports.MinistryBrandsSermonList = react_1.forwardRef((props, ref) => {
25
+ const { className, onClick, style } = props !== null && props !== void 0 ? props : {};
26
+ return (react_1.default.createElement("svg", { ref: ref, className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
27
+ react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "currentColor", fillRule: "evenodd" },
28
+ react_1.default.createElement("path", { d: "M7.01350171,0 L7.01350171,5.29803966 C7.01350171,6.50834539 7.99462894,7.48947262 9.20493466,7.48947262 L13.588156,7.48947262 L13.588156,11.0672184 C13.588156,11.2946987 13.4819985,11.5010107 13.3183391,11.6314959 C13.1906974,12.0984624 13.1906974,13.429854 13.3183391,13.8971365 C13.4819985,14.0304652 13.588156,14.2367772 13.588156,14.4642575 L13.588156,14.9495487 C13.588156,15.3530103 13.2636807,15.6774857 12.8602191,15.6774857 L2.91174772,15.6774857 C1.30422033,15.6774857 0,14.3732653 0,12.765738 L0,2.91174772 C0,1.30422033 1.30422033,0 2.91174772,0 L7.01350171,0 Z M11.5680047,11.7951554 L2.91174772,11.7951554 C2.37780093,11.7951554 1.94116515,12.2317912 1.94116515,12.765738 C1.94116515,13.3025282 2.37495742,13.7363205 2.91174772,13.7363205 L11.5680047,13.7363205 C11.5105027,13.2175391 11.5105027,12.3139368 11.5680047,11.7951554 Z M15.515933,3.84670751 C15.7832618,3.84670751 16,4.06344567 16,4.330814 L16,5.30376616 C16,5.57113449 15.7832618,5.78787265 15.515933,5.78787265 L9.23771394,5.78787265 C8.97034561,5.78787265 8.75360745,5.57113449 8.75360745,5.30376616 L8.75360745,4.330814 C8.75360745,4.06344567 8.97034561,3.84670751 9.23771394,3.84670751 Z M15.515933,0.427433886 C15.7832618,0.427433886 16,0.644172052 16,0.911540379 L16,1.88449254 C16,2.15186087 15.7832618,2.36859903 15.515933,2.36859903 L9.23771394,2.36859903 C8.97034561,2.36859903 8.75360745,2.15186087 8.75360745,1.88449254 L8.75360745,0.911540379 C8.75360745,0.644172052 8.97034561,0.427433886 9.23771394,0.427433886 Z", fill: "currentColor", fillRule: "nonzero" }))));
29
+ });
package/lib/types.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ import { CSSProperties, MouseEvent } from "react";
2
+ export declare type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ onClick?: (e: MouseEvent<SVGElement>) => void;
6
+ };
package/lib/types.js ADDED
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brizy/ui-icons",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brizy/ui-icons",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Icons for @brizy-ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",