@teamturing/icons 1.25.0 → 1.25.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "Icon components for React based project",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -32,11 +32,11 @@
32
32
  "devDependencies": {
33
33
  "@svgr/cli": "^8.0.1",
34
34
  "@svgr/rollup": "^8.0.1",
35
- "@types/react": "^18.2.6",
35
+ "@types/react": "^18.2.48",
36
36
  "react": "^18.2.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "^18.2.0"
40
40
  },
41
- "gitHead": "ca5721d0fbed73d378414c80fa9bc8ac58f0a70f"
41
+ "gitHead": "91794107b5ac4ddb9f97ef490294973b200891cf"
42
42
  }
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgAiColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAiColor;
@@ -1 +0,0 @@
1
- export { default as AiColorIcon } from './AiColor';