@xipkg/icons 0.0.3 → 0.0.4
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/.turbo/turbo-build.log +11 -11
- package/dist/index.d.ts +18 -18
- package/package.json +4 -4
- package/src/Invite.tsx +14 -14
- package/src/Move.tsx +14 -14
- package/src/Movie.tsx +14 -14
- package/src/Music.tsx +14 -14
- package/src/Palette.tsx +14 -14
- package/src/Picture.tsx +14 -14
- package/types.tsx +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @xipkg/icons@0.0.
|
|
2
|
+
> @xipkg/icons@0.0.3 build
|
|
3
3
|
> tsup index.ts --format cjs --dts
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
5
|
+
[34mCLI[39m Building entry: index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v6.7.0
|
|
8
|
+
[34mCLI[39m Target: es6
|
|
9
|
+
[34mCJS[39m Build start
|
|
10
|
+
[32mCJS[39m [1mdist\index.js [22m[32m102.43 KB[39m
|
|
11
|
+
[32mCJS[39m ⚡️ Build success in 704ms
|
|
12
|
+
[34mDTS[39m Build start
|
|
13
|
+
[32mDTS[39m ⚡️ Build success in 8702ms
|
|
14
|
+
[32mDTS[39m [1mdist\index.d.ts [22m[32m6.49 KB[39m
|
package/dist/index.d.ts
CHANGED
|
@@ -77,9 +77,9 @@ declare const Heart: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
|
77
77
|
|
|
78
78
|
declare const Home: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
79
79
|
|
|
80
|
-
type InviteProps = {
|
|
81
|
-
[key: string]: any;
|
|
82
|
-
};
|
|
80
|
+
type InviteProps = {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
83
|
declare const Invite: ({ ...props }: InviteProps) => react_jsx_runtime.JSX.Element;
|
|
84
84
|
|
|
85
85
|
declare const Italic: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -92,19 +92,19 @@ 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
|
-
};
|
|
95
|
+
type MoveProps = {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
};
|
|
98
98
|
declare const Move: ({ ...props }: MoveProps) => react_jsx_runtime.JSX.Element;
|
|
99
99
|
|
|
100
|
-
type MovieProps = {
|
|
101
|
-
[key: string]: any;
|
|
102
|
-
};
|
|
100
|
+
type MovieProps = {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
};
|
|
103
103
|
declare const Movie: ({ ...props }: MovieProps) => react_jsx_runtime.JSX.Element;
|
|
104
104
|
|
|
105
|
-
type MusicProps = {
|
|
106
|
-
[key: string]: any;
|
|
107
|
-
};
|
|
105
|
+
type MusicProps = {
|
|
106
|
+
[key: string]: any;
|
|
107
|
+
};
|
|
108
108
|
declare const Music: ({ ...props }: MusicProps) => react_jsx_runtime.JSX.Element;
|
|
109
109
|
|
|
110
110
|
declare const Nature: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -115,16 +115,16 @@ declare const Objects: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Elemen
|
|
|
115
115
|
|
|
116
116
|
declare const Ol: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
117
117
|
|
|
118
|
-
type PaletteProps = {
|
|
119
|
-
[key: string]: any;
|
|
120
|
-
};
|
|
118
|
+
type PaletteProps = {
|
|
119
|
+
[key: string]: any;
|
|
120
|
+
};
|
|
121
121
|
declare const Palette: ({ ...props }: PaletteProps) => react_jsx_runtime.JSX.Element;
|
|
122
122
|
|
|
123
123
|
declare const Photo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
124
124
|
|
|
125
|
-
type PictureProps = {
|
|
126
|
-
[key: string]: any;
|
|
127
|
-
};
|
|
125
|
+
type PictureProps = {
|
|
126
|
+
[key: string]: any;
|
|
127
|
+
};
|
|
128
128
|
declare const Picture: ({ ...props }: PictureProps) => react_jsx_runtime.JSX.Element;
|
|
129
129
|
|
|
130
130
|
declare const Places: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xipkg/icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@types/node": "^17.0.12",
|
|
20
20
|
"@types/react": "^18.0.22",
|
|
21
21
|
"@types/react-dom": "^18.0.7",
|
|
22
|
-
"@xipkg/config.typescript": "^0.0.
|
|
23
|
-
"@xipkg/eslint-config-custom": "^0.0.
|
|
22
|
+
"@xipkg/config.typescript": "^0.0.4",
|
|
23
|
+
"@xipkg/eslint-config-custom": "^0.0.4",
|
|
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": "
|
|
32
|
+
"gitHead": "ac9de6c43c3a47666263688a24de2767638d19df"
|
|
33
33
|
}
|
package/src/Invite.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
export type InviteProps = {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
export const Invite = ({ ...props }: InviteProps) => (
|
|
8
|
-
<SvgIcon {...props}>
|
|
9
|
-
<path
|
|
10
|
-
d="M20.295.277c-.229.038-.369.141-.457.336-.068.149-.076.272-.077 1.157l-.001.99h-.992c-.948 0-.999.004-1.169.09-.25.127-.332.288-.332.65 0 .362.082.523.332.65.17.086.221.09 1.169.09h.992v.992c0 .948.004.999.09 1.169.126.248.282.328.647.33.365.002.525-.078.653-.33.086-.17.09-.221.09-1.169V4.24h.992c.948 0 .999-.004 1.169-.09.25-.127.328-.281.328-.65s-.078-.523-.328-.65c-.17-.086-.221-.09-1.169-.09h-.992v-.992c0-.948-.004-.999-.09-1.169a.67.67 0 0 0-.21-.244c-.147-.081-.424-.115-.645-.078M11.58 3.023c-.566.079-.77.121-1.1.226a5.014 5.014 0 0 0-3.387 3.829c-.083.421-.091 1.34-.017 1.762a5.182 5.182 0 0 0 1.298 2.589c.153.161.271.298.262.305a14.61 14.61 0 0 1-.411.221c-1.823.965-3.188 2.586-3.858 4.585-.365 1.089-.447 1.435-.447 1.879 0 .751.219 1.277.76 1.825.363.367.802.604 1.294.697.47.089 11.582.089 12.052 0 .492-.093.931-.33 1.294-.697.541-.548.76-1.074.76-1.825 0-.443-.08-.781-.447-1.879a8.043 8.043 0 0 0-3.858-4.585 14.61 14.61 0 0 1-.411-.221c-.009-.007.109-.144.262-.305a5.015 5.015 0 0 0 1.128-1.93c.181-.59.22-.857.22-1.499 0-.642-.039-.909-.22-1.499-.528-1.725-2.027-3.063-3.809-3.402-.325-.061-1.143-.107-1.365-.076m1.28 2.097a3.09 3.09 0 0 1 2.026 2.04c.135.434.135 1.246 0 1.68a3.086 3.086 0 0 1-2.046 2.046c-.436.135-1.248.135-1.68 0A3.086 3.086 0 0 1 9.114 8.84c-.136-.434-.136-1.246 0-1.68a3.088 3.088 0 0 1 2.329-2.119c.308-.065 1.101-.021 1.417.079m.345 7.997c1.868.401 3.469 1.654 4.252 3.33.168.36.586 1.607.641 1.913.036.196-.111.477-.298.57-.131.066-.491.07-5.8.07-6.399 0-5.854.029-6.032-.32-.113-.222-.109-.243.178-1.156.373-1.187.775-1.907 1.467-2.632.954-.997 2.119-1.607 3.504-1.833.493-.081 1.581-.051 2.088.058"
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</SvgIcon>
|
|
14
|
-
);
|
|
1
|
+
import { SvgIcon } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export type InviteProps = {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const Invite = ({ ...props }: InviteProps) => (
|
|
8
|
+
<SvgIcon {...props}>
|
|
9
|
+
<path
|
|
10
|
+
d="M20.295.277c-.229.038-.369.141-.457.336-.068.149-.076.272-.077 1.157l-.001.99h-.992c-.948 0-.999.004-1.169.09-.25.127-.332.288-.332.65 0 .362.082.523.332.65.17.086.221.09 1.169.09h.992v.992c0 .948.004.999.09 1.169.126.248.282.328.647.33.365.002.525-.078.653-.33.086-.17.09-.221.09-1.169V4.24h.992c.948 0 .999-.004 1.169-.09.25-.127.328-.281.328-.65s-.078-.523-.328-.65c-.17-.086-.221-.09-1.169-.09h-.992v-.992c0-.948-.004-.999-.09-1.169a.67.67 0 0 0-.21-.244c-.147-.081-.424-.115-.645-.078M11.58 3.023c-.566.079-.77.121-1.1.226a5.014 5.014 0 0 0-3.387 3.829c-.083.421-.091 1.34-.017 1.762a5.182 5.182 0 0 0 1.298 2.589c.153.161.271.298.262.305a14.61 14.61 0 0 1-.411.221c-1.823.965-3.188 2.586-3.858 4.585-.365 1.089-.447 1.435-.447 1.879 0 .751.219 1.277.76 1.825.363.367.802.604 1.294.697.47.089 11.582.089 12.052 0 .492-.093.931-.33 1.294-.697.541-.548.76-1.074.76-1.825 0-.443-.08-.781-.447-1.879a8.043 8.043 0 0 0-3.858-4.585 14.61 14.61 0 0 1-.411-.221c-.009-.007.109-.144.262-.305a5.015 5.015 0 0 0 1.128-1.93c.181-.59.22-.857.22-1.499 0-.642-.039-.909-.22-1.499-.528-1.725-2.027-3.063-3.809-3.402-.325-.061-1.143-.107-1.365-.076m1.28 2.097a3.09 3.09 0 0 1 2.026 2.04c.135.434.135 1.246 0 1.68a3.086 3.086 0 0 1-2.046 2.046c-.436.135-1.248.135-1.68 0A3.086 3.086 0 0 1 9.114 8.84c-.136-.434-.136-1.246 0-1.68a3.088 3.088 0 0 1 2.329-2.119c.308-.065 1.101-.021 1.417.079m.345 7.997c1.868.401 3.469 1.654 4.252 3.33.168.36.586 1.607.641 1.913.036.196-.111.477-.298.57-.131.066-.491.07-5.8.07-6.399 0-5.854.029-6.032-.32-.113-.222-.109-.243.178-1.156.373-1.187.775-1.907 1.467-2.632.954-.997 2.119-1.607 3.504-1.833.493-.081 1.581-.051 2.088.058"
|
|
11
|
+
fillRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</SvgIcon>
|
|
14
|
+
);
|
package/src/Move.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
export type MoveProps = {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
export const Move = ({ ...props }: MoveProps) => (
|
|
8
|
-
<SvgIcon {...props}>
|
|
9
|
-
<path
|
|
10
|
-
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"
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</SvgIcon>
|
|
14
|
-
);
|
|
1
|
+
import { SvgIcon } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export type MoveProps = {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const Move = ({ ...props }: MoveProps) => (
|
|
8
|
+
<SvgIcon {...props}>
|
|
9
|
+
<path
|
|
10
|
+
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"
|
|
11
|
+
fillRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</SvgIcon>
|
|
14
|
+
);
|
package/src/Movie.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
export type MovieProps = {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
export const Movie = ({ ...props }: MovieProps) => (
|
|
8
|
-
<SvgIcon {...props}>
|
|
9
|
-
<path
|
|
10
|
-
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"
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</SvgIcon>
|
|
14
|
-
);
|
|
1
|
+
import { SvgIcon } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export type MovieProps = {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const Movie = ({ ...props }: MovieProps) => (
|
|
8
|
+
<SvgIcon {...props}>
|
|
9
|
+
<path
|
|
10
|
+
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"
|
|
11
|
+
fillRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</SvgIcon>
|
|
14
|
+
);
|
package/src/Music.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
export type MusicProps = {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
export const Music = ({ ...props }: MusicProps) => (
|
|
8
|
-
<SvgIcon {...props}>
|
|
9
|
-
<path
|
|
10
|
-
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"
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</SvgIcon>
|
|
14
|
-
);
|
|
1
|
+
import { SvgIcon } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export type MusicProps = {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const Music = ({ ...props }: MusicProps) => (
|
|
8
|
+
<SvgIcon {...props}>
|
|
9
|
+
<path
|
|
10
|
+
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"
|
|
11
|
+
fillRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</SvgIcon>
|
|
14
|
+
);
|
package/src/Palette.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
export type PaletteProps = {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
export const Palette = ({ ...props }: PaletteProps) => (
|
|
8
|
-
<SvgIcon {...props}>
|
|
9
|
-
<path
|
|
10
|
-
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"
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</SvgIcon>
|
|
14
|
-
);
|
|
1
|
+
import { SvgIcon } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export type PaletteProps = {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const Palette = ({ ...props }: PaletteProps) => (
|
|
8
|
+
<SvgIcon {...props}>
|
|
9
|
+
<path
|
|
10
|
+
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"
|
|
11
|
+
fillRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</SvgIcon>
|
|
14
|
+
);
|
package/src/Picture.tsx
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SvgIcon } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
export type PictureProps = {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
export const Picture = ({ ...props }: PictureProps) => (
|
|
8
|
-
<SvgIcon {...props}>
|
|
9
|
-
<path
|
|
10
|
-
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"
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</SvgIcon>
|
|
14
|
-
);
|
|
1
|
+
import { SvgIcon } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export type PictureProps = {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const Picture = ({ ...props }: PictureProps) => (
|
|
8
|
+
<SvgIcon {...props}>
|
|
9
|
+
<path
|
|
10
|
+
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"
|
|
11
|
+
fillRule="evenodd"
|
|
12
|
+
/>
|
|
13
|
+
</SvgIcon>
|
|
14
|
+
);
|
package/types.tsx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
export type IconProps = SvgIconProps;
|
|
1
|
+
import { SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export type IconProps = SvgIconProps;
|