@xipkg/icons 0.0.4 → 0.2.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @xipkg/icons@0.0.3 build
2
+ > @xipkg/icons@0.0.4 build
3
3
  > tsup index.ts --format cjs --dts
4
4
 
5
5
  CLI Building entry: index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es6
9
9
  CJS Build start
10
10
  CJS dist\index.js 102.43 KB
11
- CJS ⚡️ Build success in 704ms
11
+ CJS ⚡️ Build success in 276ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 8702ms
14
- DTS dist\index.d.ts 6.49 KB
13
+ DTS ⚡️ Build success in 6308ms
14
+ DTS dist\index.d.ts 6.24 KB
package/dist/index.d.ts CHANGED
@@ -92,20 +92,11 @@ declare const Microphone: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Ele
92
92
 
93
93
  declare const Minus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
94
94
 
95
- type MoveProps = {
96
- [key: string]: any;
97
- };
98
- declare const Move: ({ ...props }: MoveProps) => react_jsx_runtime.JSX.Element;
95
+ declare const Move: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
99
96
 
100
- type MovieProps = {
101
- [key: string]: any;
102
- };
103
- declare const Movie: ({ ...props }: MovieProps) => react_jsx_runtime.JSX.Element;
97
+ declare const Movie: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
104
98
 
105
- type MusicProps = {
106
- [key: string]: any;
107
- };
108
- declare const Music: ({ ...props }: MusicProps) => react_jsx_runtime.JSX.Element;
99
+ declare const Music: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
109
100
 
110
101
  declare const Nature: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
111
102
 
@@ -115,17 +106,11 @@ declare const Objects: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Elemen
115
106
 
116
107
  declare const Ol: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
117
108
 
118
- type PaletteProps = {
119
- [key: string]: any;
120
- };
121
- declare const Palette: ({ ...props }: PaletteProps) => react_jsx_runtime.JSX.Element;
109
+ declare const Palette: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
122
110
 
123
111
  declare const Photo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
124
112
 
125
- type PictureProps = {
126
- [key: string]: any;
127
- };
128
- declare const Picture: ({ ...props }: PictureProps) => react_jsx_runtime.JSX.Element;
113
+ declare const Picture: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
129
114
 
130
115
  declare const Places: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
131
116
 
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "0.0.4",
3
+ "version": "0.2.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "build": "tsup index.ts --format cjs --dts",
9
- "dev": "npm run build -- --watch",
9
+ "start": "npm run build -- --watch",
10
10
  "lint": "eslint \"**/*.ts*\""
11
11
  },
12
12
  "dependencies": {
13
- "@emotion/react": "^11.10.5",
14
- "@emotion/styled": "^11.10.5",
15
- "@mui/material": "^5.11.0",
13
+ "@emotion/react": "^11.11.1",
14
+ "@emotion/styled": "^11.11.0",
15
+ "@mui/material": "^5.13.6",
16
16
  "react": "^18.2.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node": "^17.0.12",
20
- "@types/react": "^18.0.22",
21
- "@types/react-dom": "^18.0.7",
22
- "@xipkg/config.typescript": "^0.0.4",
23
- "@xipkg/eslint-config-custom": "^0.0.4",
20
+ "@types/react": "^18.2.14",
21
+ "@types/react-dom": "^18.2.6",
22
+ "@xipkg/config.typescript": "^0.2.0",
23
+ "@xipkg/eslint-config-custom": "^0.2.0",
24
24
  "eslint": "^7.32.0",
25
25
  "typescript": "^4.6.4"
26
26
  },
@@ -29,5 +29,5 @@
29
29
  },
30
30
  "author": "xi.effect",
31
31
  "description": "",
32
- "gitHead": "ac9de6c43c3a47666263688a24de2767638d19df"
32
+ "gitHead": "6d348afbd3da6ea4a1b79c976f5b80b0d41a6d33"
33
33
  }
package/src/Move.tsx CHANGED
@@ -1,10 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
2
3
 
3
- export type MoveProps = {
4
- [key: string]: any;
5
- };
6
-
7
- export const Move = ({ ...props }: MoveProps) => (
4
+ export const Move = ({ ...props }: IconProps) => (
8
5
  <SvgIcon {...props}>
9
6
  <path
10
7
  d="M8.664 5.063a1.005 1.005 0 0 0-.533.448L8.02 5.7v1.6l.111.189c.246.419.492.511 1.367.511.768 0 .949-.045 1.203-.299.254-.254.299-.435.299-1.201s-.045-.947-.299-1.201c-.256-.256-.434-.3-1.218-.296-.47.002-.709.019-.819.06m4.979.006a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m-5 5a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003m5 0a1.066 1.066 0 0 0-.577.591c-.094.278-.094 1.402 0 1.68.087.253.341.507.594.594.278.094 1.402.094 1.68 0 .253-.087.507-.341.594-.594.094-.278.094-1.402 0-1.68a1.046 1.046 0 0 0-.594-.594c-.268-.091-1.436-.089-1.697.003"
package/src/Movie.tsx CHANGED
@@ -1,10 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
2
3
 
3
- export type MovieProps = {
4
- [key: string]: any;
5
- };
6
-
7
- export const Movie = ({ ...props }: MovieProps) => (
4
+ export const Movie = ({ ...props }: IconProps) => (
8
5
  <SvgIcon {...props}>
9
6
  <path
10
7
  d="M12.36 2.044a5.364 5.364 0 0 0-2.168.824c-.583.39-1.176 1.035-1.549 1.683-.108.187-.185.281-.215.263a4.878 4.878 0 0 1-.221-.145c-.288-.195-.886-.456-1.267-.554-.507-.129-1.36-.13-1.878-.002a4.86 4.86 0 0 0-1.331.599c-.776.527-1.336 1.324-1.601 2.277-.098.351-.108.454-.106 1.011.003.535.017.673.107 1.008.057.214.18.545.273.735.161.33.165.349.093.388-.158.085-.371.35-.434.539-.058.176-.063.654-.054 4.912L2.02 20.3l.111.189c.061.103.17.234.243.289.309.236-.173.222 7.624.222 7.859 0 7.338.016 7.651-.241.256-.211.328-.423.351-1.031l.02-.532 1.25.844c.687.464 1.324.87 1.415.902a.978.978 0 0 0 1.016-.241c.319-.318.299.022.299-5.201 0-5.229.02-4.882-.303-5.205a.986.986 0 0 0-1.008-.238c-.089.031-.726.437-1.415.902l-1.254.846-.02-.533c-.023-.608-.095-.82-.351-1.031-.146-.12-.438-.241-.581-.241-.073 0-.072-.008.02-.13.317-.425.586-1.015.762-1.669.116-.433.124-.505.126-1.181.002-.654-.008-.759-.106-1.151-.194-.768-.497-1.397-.944-1.957-1.099-1.378-2.843-2.091-4.566-1.868m1.396 2.053c.337.092.839.35 1.117.574C15.554 5.219 16 6.14 16 7c0 .802-.413 1.711-1.02 2.246-1.114.98-2.787 1.003-3.9.051-.456-.39-.866-1.05-1.005-1.617-.069-.282-.07-1.075-.001-1.36.08-.331.415-.991.628-1.24a3.2 3.2 0 0 1 1.801-1.04c.267-.049.988-.016 1.253.057M6.383 6.043c.802.147 1.456.829 1.584 1.652C8.153 8.894 7.209 10 6 10a2.016 2.016 0 0 1-1.967-1.695c-.1-.642.099-1.244.563-1.709.489-.488 1.102-.678 1.787-.553M16 15.5V19H4v-7h12v3.5m4 .001v2.621l-.998-.671-.998-.671v-2.56l.988-.667c.543-.366.993-.668.998-.67.005-.001.01 1.176.01 2.618"
package/src/Music.tsx CHANGED
@@ -1,10 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
2
3
 
3
- export type MusicProps = {
4
- [key: string]: any;
5
- };
6
-
7
- export const Music = ({ ...props }: MusicProps) => (
4
+ export const Music = ({ ...props }: IconProps) => (
8
5
  <SvgIcon {...props}>
9
6
  <path
10
7
  d="M19.76 2.027c-.033.011-2.363.94-5.178 2.064C9.767 6.013 9.454 6.144 9.298 6.3 8.98 6.617 9 6.275 9 11.531c0 4.149-.007 4.675-.06 4.654-.448-.171-1.664-.219-2.32-.091-2.11.413-3.623 1.793-3.619 3.302.004 1.918 2.246 3.054 4.774 2.421 1.524-.381 2.69-1.317 3.112-2.497l.093-.26.02-3.694.02-3.694 3.84-1.536 3.99-1.596.15-.059v1.864c0 1.643-.007 1.861-.06 1.84-.448-.171-1.664-.219-2.32-.091-2.11.413-3.623 1.793-3.619 3.302.004 1.918 2.246 3.054 4.774 2.421 1.349-.338 2.448-1.129 2.944-2.12.296-.589.28-.194.28-6.86.001-6.72.024-6.216-.298-6.538-.236-.237-.674-.363-.941-.272m-.789 4.294c-.023.02-5.902 2.38-7.782 3.123l-.19.075.01-.923.011-.924L15 6.08l3.98-1.592.011.903c.006.497-.003.916-.02.93m-.561 7.798c.314.098.59.326.59.487 0 .278-.477.753-1.017 1.015-.56.27-.941.358-1.563.358-.655.001-1.029-.099-1.268-.338-.184-.183-.191-.284-.039-.523.315-.497 1.022-.895 1.877-1.057.419-.08 1.063-.053 1.42.058m-10 4c.314.098.59.326.59.487 0 .278-.477.753-1.017 1.015-.56.27-.941.358-1.563.358-.655.001-1.029-.099-1.268-.338-.184-.183-.191-.284-.039-.523.315-.497 1.022-.895 1.877-1.057.419-.08 1.063-.053 1.42.058"
package/src/Palette.tsx CHANGED
@@ -1,10 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
2
3
 
3
- export type PaletteProps = {
4
- [key: string]: any;
5
- };
6
-
7
- export const Palette = ({ ...props }: PaletteProps) => (
4
+ export const Palette = ({ ...props }: IconProps) => (
8
5
  <SvgIcon {...props}>
9
6
  <path
10
7
  d="M4.04 1.026c-.948.165-1.445.391-1.986.905-.481.457-.781.984-.964 1.694-.066.258-.07.738-.07 7.655v7.38l.096.42c.199.877.55 1.57 1.123 2.219.816.924 1.852 1.479 3.101 1.659.18.026 2.807.041 7.365.041 7.547.001 7.406.004 7.995-.186a3.281 3.281 0 0 0 1.9-1.613c.378-.748.409-1.021.389-3.38-.018-2.079-.025-2.157-.255-2.731-.177-.443-.371-.733-.73-1.093-.36-.359-.65-.553-1.093-.73-.499-.2-.739-.233-1.825-.254l-1.015-.02.659-.666c.689-.697.914-.987 1.13-1.461.213-.465.278-.78.278-1.345 0-.729-.165-1.265-.578-1.885-.237-.355-2.772-2.897-3.151-3.159-1.185-.821-2.589-.84-3.797-.052-.127.084-.541.456-.918.828l-.686.675-.018-1.033c-.019-1.119-.05-1.323-.291-1.897-.319-.763-.99-1.412-1.788-1.731-.58-.232-.642-.238-2.791-.248-1.089-.005-2.025-.002-2.08.008m4.07 2.063c.397.157.679.451.815.851.079.231.082 14.376.003 14.68-.302 1.166-1.086 1.977-2.21 2.284-.404.111-1.134.102-1.518-.018a2.887 2.887 0 0 1-1.302-.784c-.39-.39-.6-.734-.784-1.282l-.094-.28-.011-7.097c-.007-4.695.003-7.171.03-7.317.106-.574.489-.971 1.046-1.084.096-.019 1.003-.032 2.015-.028 1.619.007 1.861.016 2.01.075m6.95 2.893c.204.097.435.31 1.542 1.416 1.515 1.515 1.537 1.546 1.537 2.122 0 .624.224.366-3.676 4.245L11.02 17.19l-.011-4.225-.01-4.225 1.29-1.285c.71-.706 1.364-1.33 1.454-1.386.424-.264.883-.295 1.317-.087m5.112 9.131c.305.124.591.41.715.715l.093.232v3.88l-.093.232a1.38 1.38 0 0 1-.715.715l-.232.093-4.94.009-4.94.009 3.011-3.001 3.011-3.001 1.929.012c1.916.012 1.931.013 2.161.105m-14.592.934c-.543.104-1.128.563-1.373 1.078-.578 1.214.167 2.637 1.488 2.842a1.99 1.99 0 0 0 2.272-1.662 1.937 1.937 0 0 0-.563-1.709c-.491-.49-1.127-.682-1.824-.549"
package/src/Picture.tsx CHANGED
@@ -1,10 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
2
3
 
3
- export type PictureProps = {
4
- [key: string]: any;
5
- };
6
-
7
- export const Picture = ({ ...props }: PictureProps) => (
4
+ export const Picture = ({ ...props }: IconProps) => (
8
5
  <SvgIcon {...props}>
9
6
  <path
10
7
  d="M2.643 4.069a1.118 1.118 0 0 0-.343.229C1.975 4.623 2 3.975 2 12c0 8.023-.025 7.377.299 7.701.326.326-.563.299 9.701.299 10.264 0 9.375.027 9.701-.299.324-.324.299.322.299-7.701s.025-7.377-.299-7.701c-.326-.327.567-.299-9.718-.296-8.192.003-9.182.01-9.34.066M20 7.29v1.29l-2.499 2.499-2.499 2.499-.731-.723c-.619-.612-.761-.733-.928-.789a.976.976 0 0 0-.686-.001c-.179.059-.459.327-3.138 3L6.579 18H4V6h16v1.29m-12.42.757c-.721.138-1.381.801-1.536 1.545-.139.665.061 1.32.552 1.812.797.796 2.011.796 2.808 0 .796-.797.796-2.011 0-2.808-.491-.49-1.127-.682-1.824-.549M20 14.72V18H9.42l1.789-1.789 1.789-1.789.731.723c.647.641.756.732.945.794.26.085.525.068.77-.052.125-.06.813-.722 2.356-2.266a313.91 313.91 0 0 1 2.19-2.181c.005 0 .01 1.476.01 3.28"