@medway-ui/icons 1.0.13 → 1.0.14

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.
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var CalendarList_exports = {};
30
+ __export(CalendarList_exports, {
31
+ CalendarList: () => CalendarList
32
+ });
33
+ module.exports = __toCommonJS(CalendarList_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const CalendarList = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.2002 4H8H16H16.8002C17.9203 4 18.4796 4 18.9074 4.21799C19.2837 4.40973 19.5905 4.71547 19.7822 5.0918C20 5.5192 20 6.07899 20 7.19691V8V16.8036C20 17.9215 20 18.4805 19.7822 18.9079C19.5905 19.2842 19.2837 19.5905 18.9074 19.7822C18.48 20 17.921 20 16.8031 20H7.19691C6.07899 20 5.5192 20 5.0918 19.7822C4.71547 19.5905 4.40973 19.2842 4.21799 18.9079C4 18.4801 4 17.9203 4 16.8002V8V7.2002C4 6.08009 4 5.51962 4.21799 5.0918C4.40973 4.71547 4.71547 4.40973 5.0918 4.21799C5.51962 4 6.08009 4 7.2002 4Z", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.5 2V6", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.5 2V6", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.5852 10.4168H11", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M15.5852 14.4168H11", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.00195 10.419V10.417H8V10.4189L8.00195 10.419Z", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.00195 14.419V14.417H8V14.4189L8.00195 14.419Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ CalendarList.displayName = "CalendarList";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ CalendarList
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const CalendarList: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CalendarList };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const CalendarList: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CalendarList };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const CalendarList = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M7.2002 4H8H16H16.8002C17.9203 4 18.4796 4 18.9074 4.21799C19.2837 4.40973 19.5905 4.71547 19.7822 5.0918C20 5.5192 20 6.07899 20 7.19691V8V16.8036C20 17.9215 20 18.4805 19.7822 18.9079C19.5905 19.2842 19.2837 19.5905 18.9074 19.7822C18.48 20 17.921 20 16.8031 20H7.19691C6.07899 20 5.5192 20 5.0918 19.7822C4.71547 19.5905 4.40973 19.2842 4.21799 18.9079C4 18.4801 4 17.9203 4 16.8002V8V7.2002C4 6.08009 4 5.51962 4.21799 5.0918C4.40973 4.71547 4.71547 4.40973 5.0918 4.21799C5.51962 4 6.08009 4 7.2002 4Z", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M8.5 2V6", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M15.5 2V6", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M15.5852 10.4168H11", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M15.5852 14.4168H11", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M8.00195 10.419V10.417H8V10.4189L8.00195 10.419Z", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M8.00195 14.419V14.417H8V14.4189L8.00195 14.419Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ CalendarList.displayName = "CalendarList";
7
+ export {
8
+ CalendarList
9
+ };
@@ -102,6 +102,7 @@ __export(icons_exports, {
102
102
  CalendarClose: () => import_CalendarClose.CalendarClose,
103
103
  CalendarDays: () => import_CalendarDays.CalendarDays,
104
104
  CalendarEvent: () => import_CalendarEvent.CalendarEvent,
105
+ CalendarList: () => import_CalendarList.CalendarList,
105
106
  CalendarRemove: () => import_CalendarRemove.CalendarRemove,
106
107
  CalendarWeek: () => import_CalendarWeek.CalendarWeek,
107
108
  Camera: () => import_Camera.Camera,
@@ -561,6 +562,7 @@ var import_CalendarCheck = require("./CalendarCheck");
561
562
  var import_CalendarClose = require("./CalendarClose");
562
563
  var import_CalendarDays = require("./CalendarDays");
563
564
  var import_CalendarEvent = require("./CalendarEvent");
565
+ var import_CalendarList = require("./CalendarList");
564
566
  var import_CalendarRemove = require("./CalendarRemove");
565
567
  var import_CalendarWeek = require("./CalendarWeek");
566
568
  var import_Camera = require("./Camera");
@@ -1020,6 +1022,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1020
1022
  CalendarClose,
1021
1023
  CalendarDays,
1022
1024
  CalendarEvent,
1025
+ CalendarList,
1023
1026
  CalendarRemove,
1024
1027
  CalendarWeek,
1025
1028
  Camera,
@@ -82,6 +82,7 @@ export { CalendarCheck } from './CalendarCheck.cjs';
82
82
  export { CalendarClose } from './CalendarClose.cjs';
83
83
  export { CalendarDays } from './CalendarDays.cjs';
84
84
  export { CalendarEvent } from './CalendarEvent.cjs';
85
+ export { CalendarList } from './CalendarList.cjs';
85
86
  export { CalendarRemove } from './CalendarRemove.cjs';
86
87
  export { CalendarWeek } from './CalendarWeek.cjs';
87
88
  export { Camera } from './Camera.cjs';
@@ -82,6 +82,7 @@ export { CalendarCheck } from './CalendarCheck.js';
82
82
  export { CalendarClose } from './CalendarClose.js';
83
83
  export { CalendarDays } from './CalendarDays.js';
84
84
  export { CalendarEvent } from './CalendarEvent.js';
85
+ export { CalendarList } from './CalendarList.js';
85
86
  export { CalendarRemove } from './CalendarRemove.js';
86
87
  export { CalendarWeek } from './CalendarWeek.js';
87
88
  export { Camera } from './Camera.js';
@@ -82,6 +82,7 @@ import { CalendarCheck } from "./CalendarCheck";
82
82
  import { CalendarClose } from "./CalendarClose";
83
83
  import { CalendarDays } from "./CalendarDays";
84
84
  import { CalendarEvent } from "./CalendarEvent";
85
+ import { CalendarList } from "./CalendarList";
85
86
  import { CalendarRemove } from "./CalendarRemove";
86
87
  import { CalendarWeek } from "./CalendarWeek";
87
88
  import { Camera } from "./Camera";
@@ -540,6 +541,7 @@ export {
540
541
  CalendarClose,
541
542
  CalendarDays,
542
543
  CalendarEvent,
544
+ CalendarList,
543
545
  CalendarRemove,
544
546
  CalendarWeek,
545
547
  Camera,
package/dist/index.d.cts CHANGED
@@ -83,6 +83,7 @@ export { CalendarCheck } from './components/icons/CalendarCheck.cjs';
83
83
  export { CalendarClose } from './components/icons/CalendarClose.cjs';
84
84
  export { CalendarDays } from './components/icons/CalendarDays.cjs';
85
85
  export { CalendarEvent } from './components/icons/CalendarEvent.cjs';
86
+ export { CalendarList } from './components/icons/CalendarList.cjs';
86
87
  export { CalendarRemove } from './components/icons/CalendarRemove.cjs';
87
88
  export { CalendarWeek } from './components/icons/CalendarWeek.cjs';
88
89
  export { Camera } from './components/icons/Camera.cjs';
package/dist/index.d.ts CHANGED
@@ -83,6 +83,7 @@ export { CalendarCheck } from './components/icons/CalendarCheck.js';
83
83
  export { CalendarClose } from './components/icons/CalendarClose.js';
84
84
  export { CalendarDays } from './components/icons/CalendarDays.js';
85
85
  export { CalendarEvent } from './components/icons/CalendarEvent.js';
86
+ export { CalendarList } from './components/icons/CalendarList.js';
86
87
  export { CalendarRemove } from './components/icons/CalendarRemove.js';
87
88
  export { CalendarWeek } from './components/icons/CalendarWeek.js';
88
89
  export { Camera } from './components/icons/Camera.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medway-ui/icons",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Pacote para geração e gerenciamento de ícones Medway.",
5
5
  "homepage": "https://main.d13e8l5cmf2py3.amplifyapp.com/",
6
6
  "main": "dist/index.cjs",