@medway-ui/icons 1.0.15 → 1.0.16

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 InternshipSync_exports = {};
30
+ __export(InternshipSync_exports, {
31
+ InternshipSync: () => InternshipSync
32
+ });
33
+ module.exports = __toCommonJS(InternshipSync_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const InternshipSync = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M18 7H21V3.5M2.5 8C3.2042 6.33561 4.38323 4.89324 5.90309 3.83684C7.42295 2.78044 9.22241 2.15291 11.0974 2.02456C12.9725 1.89622 14.848 2.27264 16.5101 3.11124C18.1722 3.94984 19.5544 5.21698 20.5 6.76844M6 17H3L3 20.5M21.5 16C20.7958 17.6644 19.6168 19.1068 18.0969 20.1632C16.5771 21.2196 14.7776 21.8471 12.9026 21.9754C11.0275 22.1038 9.152 21.7274 7.4899 20.8888C5.82779 20.0502 4.4456 18.783 3.5 17.2316M17 10.8333C17 10.3731 16.6269 9.99999 16.1667 9.99999H14V7.83333C14 7.37309 13.6269 7 13.1667 7H10.8333C10.3731 7 10 7.37309 10 7.83333V9.99999H7.83333C7.3731 9.99999 7 10.3731 7 10.8333V13.1667C7 13.6269 7.3731 14 7.83333 14H10V16.1667C10 16.6269 10.3731 17 10.8333 17H13.1667C13.6269 17 14 16.6269 14 16.1667V14H16.1667C16.6269 14 17 13.6269 17 13.1667V10.8333Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ InternshipSync.displayName = "InternshipSync";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ InternshipSync
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const InternshipSync: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { InternshipSync };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const InternshipSync: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { InternshipSync };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const InternshipSync = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M18 7H21V3.5M2.5 8C3.2042 6.33561 4.38323 4.89324 5.90309 3.83684C7.42295 2.78044 9.22241 2.15291 11.0974 2.02456C12.9725 1.89622 14.848 2.27264 16.5101 3.11124C18.1722 3.94984 19.5544 5.21698 20.5 6.76844M6 17H3L3 20.5M21.5 16C20.7958 17.6644 19.6168 19.1068 18.0969 20.1632C16.5771 21.2196 14.7776 21.8471 12.9026 21.9754C11.0275 22.1038 9.152 21.7274 7.4899 20.8888C5.82779 20.0502 4.4456 18.783 3.5 17.2316M17 10.8333C17 10.3731 16.6269 9.99999 16.1667 9.99999H14V7.83333C14 7.37309 13.6269 7 13.1667 7H10.8333C10.3731 7 10 7.37309 10 7.83333V9.99999H7.83333C7.3731 9.99999 7 10.3731 7 10.8333V13.1667C7 13.6269 7.3731 14 7.83333 14H10V16.1667C10 16.6269 10.3731 17 10.8333 17H13.1667C13.6269 17 14 16.6269 14 16.1667V14H16.1667C16.6269 14 17 13.6269 17 13.1667V10.8333Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ InternshipSync.displayName = "InternshipSync";
7
+ export {
8
+ InternshipSync
9
+ };
@@ -277,6 +277,7 @@ __export(icons_exports, {
277
277
  IndexPriority: () => import_IndexPriority.IndexPriority,
278
278
  Info: () => import_Info.Info,
279
279
  Instance: () => import_Instance.Instance,
280
+ InternshipSync: () => import_InternshipSync.InternshipSync,
280
281
  Italic: () => import_Italic.Italic,
281
282
  Keyboard: () => import_Keyboard.Keyboard,
282
283
  Label: () => import_Label.Label,
@@ -755,6 +756,7 @@ var import_IndexMedium = require("./IndexMedium");
755
756
  var import_IndexPriority = require("./IndexPriority");
756
757
  var import_Info = require("./Info");
757
758
  var import_Instance = require("./Instance");
759
+ var import_InternshipSync = require("./InternshipSync");
758
760
  var import_Italic = require("./Italic");
759
761
  var import_Keyboard = require("./Keyboard");
760
762
  var import_Label = require("./Label");
@@ -1233,6 +1235,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1233
1235
  IndexPriority,
1234
1236
  Info,
1235
1237
  Instance,
1238
+ InternshipSync,
1236
1239
  Italic,
1237
1240
  Keyboard,
1238
1241
  Label,
@@ -257,6 +257,7 @@ export { IndexMedium } from './IndexMedium.cjs';
257
257
  export { IndexPriority } from './IndexPriority.cjs';
258
258
  export { Info } from './Info.cjs';
259
259
  export { Instance } from './Instance.cjs';
260
+ export { InternshipSync } from './InternshipSync.cjs';
260
261
  export { Italic } from './Italic.cjs';
261
262
  export { Keyboard } from './Keyboard.cjs';
262
263
  export { Label } from './Label.cjs';
@@ -257,6 +257,7 @@ export { IndexMedium } from './IndexMedium.js';
257
257
  export { IndexPriority } from './IndexPriority.js';
258
258
  export { Info } from './Info.js';
259
259
  export { Instance } from './Instance.js';
260
+ export { InternshipSync } from './InternshipSync.js';
260
261
  export { Italic } from './Italic.js';
261
262
  export { Keyboard } from './Keyboard.js';
262
263
  export { Label } from './Label.js';
@@ -257,6 +257,7 @@ import { IndexMedium } from "./IndexMedium";
257
257
  import { IndexPriority } from "./IndexPriority";
258
258
  import { Info } from "./Info";
259
259
  import { Instance } from "./Instance";
260
+ import { InternshipSync } from "./InternshipSync";
260
261
  import { Italic } from "./Italic";
261
262
  import { Keyboard } from "./Keyboard";
262
263
  import { Label } from "./Label";
@@ -734,6 +735,7 @@ export {
734
735
  IndexPriority,
735
736
  Info,
736
737
  Instance,
738
+ InternshipSync,
737
739
  Italic,
738
740
  Keyboard,
739
741
  Label,
package/dist/index.d.cts CHANGED
@@ -258,6 +258,7 @@ export { IndexMedium } from './components/icons/IndexMedium.cjs';
258
258
  export { IndexPriority } from './components/icons/IndexPriority.cjs';
259
259
  export { Info } from './components/icons/Info.cjs';
260
260
  export { Instance } from './components/icons/Instance.cjs';
261
+ export { InternshipSync } from './components/icons/InternshipSync.cjs';
261
262
  export { Italic } from './components/icons/Italic.cjs';
262
263
  export { Keyboard } from './components/icons/Keyboard.cjs';
263
264
  export { Label } from './components/icons/Label.cjs';
package/dist/index.d.ts CHANGED
@@ -258,6 +258,7 @@ export { IndexMedium } from './components/icons/IndexMedium.js';
258
258
  export { IndexPriority } from './components/icons/IndexPriority.js';
259
259
  export { Info } from './components/icons/Info.js';
260
260
  export { Instance } from './components/icons/Instance.js';
261
+ export { InternshipSync } from './components/icons/InternshipSync.js';
261
262
  export { Italic } from './components/icons/Italic.js';
262
263
  export { Keyboard } from './components/icons/Keyboard.js';
263
264
  export { Label } from './components/icons/Label.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medway-ui/icons",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
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",