@xipkg/icons 0.4.3 → 0.4.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/index.ts CHANGED
@@ -72,7 +72,7 @@ import { Nature } from './src/Nature';
72
72
  import { Notification } from './src/Notification';
73
73
  import { Objects } from './src/Objects';
74
74
  import { Ol } from './src/Ol';
75
- import { Pallet } from './src/Pallet';
75
+ import { Palette } from './src/Palette';
76
76
  import { PeopleInvite } from './src/PeopleInvite';
77
77
  import { Photo } from './src/Photo';
78
78
  import { Picture } from './src/Picture';
@@ -185,7 +185,7 @@ export {
185
185
  Notification,
186
186
  Objects,
187
187
  Ol,
188
- Pallet,
188
+ Palette,
189
189
  PeopleInvite,
190
190
  Photo,
191
191
  Picture,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
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.2",
24
+ "@xipkg/eslint": "^0.0.3",
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": "6d348afbd3da6ea4a1b79c976f5b80b0d41a6d33"
34
+ "gitHead": "0ee562e7c7723699c85daf61b493d6a57b7c1f08"
35
35
  }
@@ -1,7 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
2
  import { IconProps } from '../types';
3
3
 
4
- export const Pallet = ({ ...props }: IconProps) => (
4
+ export const Palette = ({ ...props }: IconProps) => (
5
5
  <SvgIcon {...props}>
6
6
  <path
7
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/tsconfig.json CHANGED
@@ -76,7 +76,7 @@
76
76
  "src/Notification.tsx",
77
77
  "src/Objects.tsx",
78
78
  "src/Ol.tsx",
79
- "src/Pallet.tsx",
79
+ "src/Palette.tsx",
80
80
  "src/PeopleInvite.tsx",
81
81
  "src/Photo.tsx",
82
82
  "src/Picture.tsx",