@xipkg/icons 0.4.4 → 0.4.5

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,14 +1,14 @@
1
1
 
2
- > @xipkg/icons@0.4.3 build
2
+ > @xipkg/icons@0.4.4 build
3
3
  > tsup index.ts --format cjs --dts
4
4
 
5
- CLI Building entry: index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v6.7.0
8
- CLI Target: es6
9
- CJS Build start
10
- CJS dist\index.js 157.18 KB
11
- CJS ⚡️ Build success in 236ms
12
- DTS Build start
13
- DTS ⚡️ Build success in 10180ms
14
- DTS dist\index.d.ts 10.15 KB
5
+ CLI Building entry: index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v6.7.0
8
+ CLI Target: es6
9
+ CJS Build start
10
+ CJS dist/index.js 157.18 KB
11
+ CJS ⚡️ Build success in 135ms
12
+ DTS Build start
13
+ DTS ⚡️ Build success in 5258ms
14
+ DTS dist/index.d.ts 10.15 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "@types/node": "^17.0.12",
22
22
  "@types/react": "^18.2.14",
23
23
  "@types/react-dom": "^18.2.6",
24
- "@xipkg/eslint": "^0.0.3",
24
+ "@xipkg/eslint": "^0.0.4",
25
25
  "@xipkg/typescript": "^0.0.0",
26
26
  "eslint": "^7.32.0",
27
27
  "typescript": "^5.1.3"
@@ -31,5 +31,5 @@
31
31
  },
32
32
  "author": "xi.effect",
33
33
  "description": "",
34
- "gitHead": "0ee562e7c7723699c85daf61b493d6a57b7c1f08"
34
+ "gitHead": "33022d3bd6e72a5ccc9097b187742f9139f7d905"
35
35
  }
package/src/Palette.tsx CHANGED
@@ -1,11 +1,11 @@
1
- import { SvgIcon } from '@mui/material';
2
- import { IconProps } from '../types';
3
-
4
- export const Palette = ({ ...props }: IconProps) => (
5
- <SvgIcon {...props}>
6
- <path
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"
8
- fillRule="evenodd"
9
- />
10
- </SvgIcon>
11
- );
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const Palette = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
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"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );