@medway-ui/icons 1.0.8 → 1.0.10
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/dist/components/icons/Smile.cjs +43 -0
- package/dist/components/icons/Smile.d.cts +6 -0
- package/dist/components/icons/Smile.d.ts +6 -0
- package/dist/components/icons/Smile.js +9 -0
- package/dist/components/icons/index.cjs +3 -0
- package/dist/components/icons/index.d.cts +1 -0
- package/dist/components/icons/index.d.ts +1 -0
- package/dist/components/icons/index.js +2 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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 Smile_exports = {};
|
|
30
|
+
__export(Smile_exports, {
|
|
31
|
+
Smile: () => Smile
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Smile_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_Icon = require("../Icon");
|
|
36
|
+
const Smile = (0, import_Icon.createIcon)(
|
|
37
|
+
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.2525 15.1586C16.6162 14.7431 16.5742 14.1113 16.1586 13.7475C15.7431 13.3838 15.1113 13.4258 14.7475 13.8414L16.2525 15.1586ZM9.2527 13.8416C8.8891 13.4259 8.25734 13.3837 7.84164 13.7473C7.42593 14.1109 7.3837 14.7427 7.7473 15.1584L9.2527 13.8416ZM15.002 10H16.002C16.002 9.44772 15.5542 9 15.002 9V10ZM15.002 10.002L14.978 11.0017C15.2473 11.0082 15.5078 10.9057 15.7006 10.7175C15.8933 10.5293 16.002 10.2714 16.002 10.002H15.002ZM15 10.002H14C14 10.5449 14.4333 10.9887 14.9761 11.0017L15 10.002ZM15 10V9C14.4477 9 14 9.44772 14 10H15ZM9.00195 10H10.002C10.002 9.44772 9.55424 9 9.00195 9V10ZM9.00195 10.002L8.97803 11.0017C9.24732 11.0082 9.50782 10.9057 9.70055 10.7175C9.89329 10.5293 10.002 10.2714 10.002 10.002H9.00195ZM9 10.002H8C8 10.5449 8.43327 10.9887 8.97608 11.0017L9 10.002ZM9 10V9C8.44772 9 8 9.44772 8 10H9ZM15.5 14.5C14.7475 13.8414 14.7478 13.8411 14.7481 13.8408C14.7481 13.8407 14.7484 13.8404 14.7486 13.8402C14.7489 13.8398 14.7492 13.8395 14.7494 13.8392C14.75 13.8386 14.7505 13.838 14.7509 13.8376C14.7517 13.8366 14.7522 13.8361 14.7524 13.8358C14.7529 13.8353 14.7521 13.8362 14.7502 13.8382C14.7464 13.8424 14.7379 13.8514 14.7249 13.8647C14.6988 13.8913 14.6549 13.9345 14.5941 13.9889C14.4718 14.0983 14.2851 14.2493 14.0412 14.4014C13.552 14.7063 12.8586 15 12 15V16V17C13.3284 17 14.385 16.5437 15.0991 16.0986C15.4568 15.8757 15.735 15.6517 15.9272 15.4798C16.0237 15.3936 16.0994 15.3196 16.1537 15.2642C16.1809 15.2365 16.2027 15.2133 16.2192 15.1955C16.2274 15.1865 16.2343 15.179 16.2399 15.1728C16.2427 15.1697 16.2451 15.167 16.2472 15.1646C16.2482 15.1634 16.2492 15.1624 16.2501 15.1614C16.2505 15.1609 16.2509 15.1604 16.2513 15.1599C16.2515 15.1597 16.2518 15.1594 16.2519 15.1593C16.2522 15.159 16.2525 15.1586 15.5 14.5ZM12 16V15C11.1409 15 10.4475 14.7062 9.95855 14.4014C9.71473 14.2494 9.52809 14.0984 9.40594 13.9891C9.34517 13.9347 9.30131 13.8915 9.27527 13.8649C9.26228 13.8517 9.25381 13.8426 9.24999 13.8385C9.24809 13.8364 9.24735 13.8356 9.24779 13.8361C9.24801 13.8363 9.24853 13.8369 9.24935 13.8378C9.24976 13.8383 9.25024 13.8388 9.2508 13.8395C9.25108 13.8398 9.25138 13.8401 9.25169 13.8405C9.25185 13.8407 9.2521 13.841 9.25218 13.841C9.25244 13.8413 9.2527 13.8416 8.5 14.5C7.7473 15.1584 7.74757 15.1587 7.74785 15.159C7.74795 15.1591 7.74823 15.1594 7.74843 15.1596C7.74882 15.1601 7.74924 15.1606 7.74968 15.1611C7.75056 15.1621 7.75152 15.1632 7.75257 15.1643C7.75466 15.1667 7.7571 15.1694 7.75987 15.1725C7.76541 15.1787 7.77231 15.1863 7.78054 15.1952C7.79701 15.213 7.81887 15.2362 7.84603 15.264C7.90028 15.3194 7.97602 15.3934 8.07244 15.4797C8.26466 15.6516 8.54277 15.8756 8.90045 16.0986C9.61451 16.5438 10.6711 17 12 17V16ZM15.002 10H14.002V10.002H15.002H16.002V10H15.002ZM15.002 10.002L15.0259 9.00229L15.0239 9.00224L15 10.002L14.9761 11.0017L14.978 11.0017L15.002 10.002ZM15 10.002H16V10H15H14V10.002H15ZM15 10V11H15.002V10V9H15V10ZM9.00195 10H8.00195V10.002H9.00195H10.002V10H9.00195ZM9.00195 10.002L9.02587 9.00229L9.02392 9.00224L9 10.002L8.97608 11.0017L8.97803 11.0017L9.00195 10.002ZM9 10.002H10V10H9H8V10.002H9ZM9 10V11H9.00195V10V9H9V10ZM21 12H20C20 16.4183 16.4183 20 12 20V21V22C17.5228 22 22 17.5228 22 12H21ZM12 21V20C7.58172 20 4 16.4183 4 12H3H2C2 17.5228 6.47715 22 12 22V21ZM3 12H4C4 7.58172 7.58172 4 12 4V3V2C6.47715 2 2 6.47715 2 12H3ZM12 3V4C16.4183 4 20 7.58172 20 12H21H22C22 6.47715 17.5228 2 12 2V3Z", fill: "#212631", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
38
|
+
);
|
|
39
|
+
Smile.displayName = "Smile";
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
Smile
|
|
43
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { createIcon } from "../Icon";
|
|
3
|
+
const Smile = createIcon(
|
|
4
|
+
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M16.2525 15.1586C16.6162 14.7431 16.5742 14.1113 16.1586 13.7475C15.7431 13.3838 15.1113 13.4258 14.7475 13.8414L16.2525 15.1586ZM9.2527 13.8416C8.8891 13.4259 8.25734 13.3837 7.84164 13.7473C7.42593 14.1109 7.3837 14.7427 7.7473 15.1584L9.2527 13.8416ZM15.002 10H16.002C16.002 9.44772 15.5542 9 15.002 9V10ZM15.002 10.002L14.978 11.0017C15.2473 11.0082 15.5078 10.9057 15.7006 10.7175C15.8933 10.5293 16.002 10.2714 16.002 10.002H15.002ZM15 10.002H14C14 10.5449 14.4333 10.9887 14.9761 11.0017L15 10.002ZM15 10V9C14.4477 9 14 9.44772 14 10H15ZM9.00195 10H10.002C10.002 9.44772 9.55424 9 9.00195 9V10ZM9.00195 10.002L8.97803 11.0017C9.24732 11.0082 9.50782 10.9057 9.70055 10.7175C9.89329 10.5293 10.002 10.2714 10.002 10.002H9.00195ZM9 10.002H8C8 10.5449 8.43327 10.9887 8.97608 11.0017L9 10.002ZM9 10V9C8.44772 9 8 9.44772 8 10H9ZM15.5 14.5C14.7475 13.8414 14.7478 13.8411 14.7481 13.8408C14.7481 13.8407 14.7484 13.8404 14.7486 13.8402C14.7489 13.8398 14.7492 13.8395 14.7494 13.8392C14.75 13.8386 14.7505 13.838 14.7509 13.8376C14.7517 13.8366 14.7522 13.8361 14.7524 13.8358C14.7529 13.8353 14.7521 13.8362 14.7502 13.8382C14.7464 13.8424 14.7379 13.8514 14.7249 13.8647C14.6988 13.8913 14.6549 13.9345 14.5941 13.9889C14.4718 14.0983 14.2851 14.2493 14.0412 14.4014C13.552 14.7063 12.8586 15 12 15V16V17C13.3284 17 14.385 16.5437 15.0991 16.0986C15.4568 15.8757 15.735 15.6517 15.9272 15.4798C16.0237 15.3936 16.0994 15.3196 16.1537 15.2642C16.1809 15.2365 16.2027 15.2133 16.2192 15.1955C16.2274 15.1865 16.2343 15.179 16.2399 15.1728C16.2427 15.1697 16.2451 15.167 16.2472 15.1646C16.2482 15.1634 16.2492 15.1624 16.2501 15.1614C16.2505 15.1609 16.2509 15.1604 16.2513 15.1599C16.2515 15.1597 16.2518 15.1594 16.2519 15.1593C16.2522 15.159 16.2525 15.1586 15.5 14.5ZM12 16V15C11.1409 15 10.4475 14.7062 9.95855 14.4014C9.71473 14.2494 9.52809 14.0984 9.40594 13.9891C9.34517 13.9347 9.30131 13.8915 9.27527 13.8649C9.26228 13.8517 9.25381 13.8426 9.24999 13.8385C9.24809 13.8364 9.24735 13.8356 9.24779 13.8361C9.24801 13.8363 9.24853 13.8369 9.24935 13.8378C9.24976 13.8383 9.25024 13.8388 9.2508 13.8395C9.25108 13.8398 9.25138 13.8401 9.25169 13.8405C9.25185 13.8407 9.2521 13.841 9.25218 13.841C9.25244 13.8413 9.2527 13.8416 8.5 14.5C7.7473 15.1584 7.74757 15.1587 7.74785 15.159C7.74795 15.1591 7.74823 15.1594 7.74843 15.1596C7.74882 15.1601 7.74924 15.1606 7.74968 15.1611C7.75056 15.1621 7.75152 15.1632 7.75257 15.1643C7.75466 15.1667 7.7571 15.1694 7.75987 15.1725C7.76541 15.1787 7.77231 15.1863 7.78054 15.1952C7.79701 15.213 7.81887 15.2362 7.84603 15.264C7.90028 15.3194 7.97602 15.3934 8.07244 15.4797C8.26466 15.6516 8.54277 15.8756 8.90045 16.0986C9.61451 16.5438 10.6711 17 12 17V16ZM15.002 10H14.002V10.002H15.002H16.002V10H15.002ZM15.002 10.002L15.0259 9.00229L15.0239 9.00224L15 10.002L14.9761 11.0017L14.978 11.0017L15.002 10.002ZM15 10.002H16V10H15H14V10.002H15ZM15 10V11H15.002V10V9H15V10ZM9.00195 10H8.00195V10.002H9.00195H10.002V10H9.00195ZM9.00195 10.002L9.02587 9.00229L9.02392 9.00224L9 10.002L8.97608 11.0017L8.97803 11.0017L9.00195 10.002ZM9 10.002H10V10H9H8V10.002H9ZM9 10V11H9.00195V10V9H9V10ZM21 12H20C20 16.4183 16.4183 20 12 20V21V22C17.5228 22 22 17.5228 22 12H21ZM12 21V20C7.58172 20 4 16.4183 4 12H3H2C2 17.5228 6.47715 22 12 22V21ZM3 12H4C4 7.58172 7.58172 4 12 4V3V2C6.47715 2 2 6.47715 2 12H3ZM12 3V4C16.4183 4 20 7.58172 20 12H21H22C22 6.47715 17.5228 2 12 2V3Z", fill: "#212631", strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
5
|
+
);
|
|
6
|
+
Smile.displayName = "Smile";
|
|
7
|
+
export {
|
|
8
|
+
Smile
|
|
9
|
+
};
|
|
@@ -392,6 +392,7 @@ __export(icons_exports, {
|
|
|
392
392
|
Slider: () => import_Slider.Slider,
|
|
393
393
|
Slider2: () => import_Slider2.Slider2,
|
|
394
394
|
Slider3: () => import_Slider3.Slider3,
|
|
395
|
+
Smile: () => import_Smile.Smile,
|
|
395
396
|
SortAscending: () => import_SortAscending.SortAscending,
|
|
396
397
|
SortDescending: () => import_SortDescending.SortDescending,
|
|
397
398
|
Square: () => import_Square.Square,
|
|
@@ -850,6 +851,7 @@ var import_SkipForward = require("./SkipForward");
|
|
|
850
851
|
var import_Slider = require("./Slider");
|
|
851
852
|
var import_Slider2 = require("./Slider2");
|
|
852
853
|
var import_Slider3 = require("./Slider3");
|
|
854
|
+
var import_Smile = require("./Smile");
|
|
853
855
|
var import_SortAscending = require("./SortAscending");
|
|
854
856
|
var import_SortDescending = require("./SortDescending");
|
|
855
857
|
var import_Square = require("./Square");
|
|
@@ -1308,6 +1310,7 @@ var import_WindowTerminal = require("./WindowTerminal");
|
|
|
1308
1310
|
Slider,
|
|
1309
1311
|
Slider2,
|
|
1310
1312
|
Slider3,
|
|
1313
|
+
Smile,
|
|
1311
1314
|
SortAscending,
|
|
1312
1315
|
SortDescending,
|
|
1313
1316
|
Square,
|
|
@@ -372,6 +372,7 @@ export { SkipForward } from './SkipForward.cjs';
|
|
|
372
372
|
export { Slider } from './Slider.cjs';
|
|
373
373
|
export { Slider2 } from './Slider2.cjs';
|
|
374
374
|
export { Slider3 } from './Slider3.cjs';
|
|
375
|
+
export { Smile } from './Smile.cjs';
|
|
375
376
|
export { SortAscending } from './SortAscending.cjs';
|
|
376
377
|
export { SortDescending } from './SortDescending.cjs';
|
|
377
378
|
export { Square } from './Square.cjs';
|
|
@@ -372,6 +372,7 @@ export { SkipForward } from './SkipForward.js';
|
|
|
372
372
|
export { Slider } from './Slider.js';
|
|
373
373
|
export { Slider2 } from './Slider2.js';
|
|
374
374
|
export { Slider3 } from './Slider3.js';
|
|
375
|
+
export { Smile } from './Smile.js';
|
|
375
376
|
export { SortAscending } from './SortAscending.js';
|
|
376
377
|
export { SortDescending } from './SortDescending.js';
|
|
377
378
|
export { Square } from './Square.js';
|
|
@@ -372,6 +372,7 @@ import { SkipForward } from "./SkipForward";
|
|
|
372
372
|
import { Slider } from "./Slider";
|
|
373
373
|
import { Slider2 } from "./Slider2";
|
|
374
374
|
import { Slider3 } from "./Slider3";
|
|
375
|
+
import { Smile } from "./Smile";
|
|
375
376
|
import { SortAscending } from "./SortAscending";
|
|
376
377
|
import { SortDescending } from "./SortDescending";
|
|
377
378
|
import { Square } from "./Square";
|
|
@@ -829,6 +830,7 @@ export {
|
|
|
829
830
|
Slider,
|
|
830
831
|
Slider2,
|
|
831
832
|
Slider3,
|
|
833
|
+
Smile,
|
|
832
834
|
SortAscending,
|
|
833
835
|
SortDescending,
|
|
834
836
|
Square,
|
package/dist/index.d.cts
CHANGED
|
@@ -373,6 +373,7 @@ export { SkipForward } from './components/icons/SkipForward.cjs';
|
|
|
373
373
|
export { Slider } from './components/icons/Slider.cjs';
|
|
374
374
|
export { Slider2 } from './components/icons/Slider2.cjs';
|
|
375
375
|
export { Slider3 } from './components/icons/Slider3.cjs';
|
|
376
|
+
export { Smile } from './components/icons/Smile.cjs';
|
|
376
377
|
export { SortAscending } from './components/icons/SortAscending.cjs';
|
|
377
378
|
export { SortDescending } from './components/icons/SortDescending.cjs';
|
|
378
379
|
export { Square } from './components/icons/Square.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -373,6 +373,7 @@ export { SkipForward } from './components/icons/SkipForward.js';
|
|
|
373
373
|
export { Slider } from './components/icons/Slider.js';
|
|
374
374
|
export { Slider2 } from './components/icons/Slider2.js';
|
|
375
375
|
export { Slider3 } from './components/icons/Slider3.js';
|
|
376
|
+
export { Smile } from './components/icons/Smile.js';
|
|
376
377
|
export { SortAscending } from './components/icons/SortAscending.js';
|
|
377
378
|
export { SortDescending } from './components/icons/SortDescending.js';
|
|
378
379
|
export { Square } from './components/icons/Square.js';
|
package/package.json
CHANGED