Skip to content

Commit

Permalink
fix: currentCollor
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamien committed Feb 18, 2024
1 parent 8addca3 commit c7c7e6e
Show file tree
Hide file tree
Showing 280 changed files with 6,100 additions and 3,325 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @jala-banyu/icons

## 1.0.5

### Patch Changes

- fix currentCollor

## 1.0.4

### Patch Changes

- add className props

## 1.0.3

### Patch Changes
Expand Down
9 changes: 8 additions & 1 deletion dist/Access.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgAccess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgAccess({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgAccess {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgAccess;
9 changes: 8 additions & 1 deletion dist/Achievement.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgAchievement: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgAchievement({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgAchievement {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgAchievement;
9 changes: 8 additions & 1 deletion dist/Activity2.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgActivity2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgActivity2({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgActivity2 {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgActivity2;
9 changes: 8 additions & 1 deletion dist/Age.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgAge: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgAge({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgAge {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgAge;
9 changes: 8 additions & 1 deletion dist/AiGenerate.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgAiGenerate: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgAiGenerate({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgAiGenerate {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgAiGenerate;
9 changes: 8 additions & 1 deletion dist/Anco.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgAnco: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgAnco({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgAnco {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgAnco;
9 changes: 8 additions & 1 deletion dist/Bar.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgBar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgBar({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgBar {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgBar;
9 changes: 8 additions & 1 deletion dist/Biomass.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgBiomass: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgBiomass({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgBiomass {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgBiomass;
9 changes: 8 additions & 1 deletion dist/Chemical.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgChemical: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgChemical({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgChemical {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgChemical;
9 changes: 8 additions & 1 deletion dist/Cloudy.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgCloudy: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgCloudy({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgCloudy {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgCloudy;
9 changes: 8 additions & 1 deletion dist/Coin.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgCoin: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgCoin({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgCoin {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgCoin;
9 changes: 8 additions & 1 deletion dist/ConfirmStep.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgConfirmStep: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgConfirmStep({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgConfirmStep {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgConfirmStep;
9 changes: 8 additions & 1 deletion dist/CultivationReport.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgCultivationReport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgCultivationReport({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgCultivationReport {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgCultivationReport;
9 changes: 8 additions & 1 deletion dist/Danger.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgDanger: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgDanger({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgDanger {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgDanger;
9 changes: 8 additions & 1 deletion dist/Debt.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgDebt: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgDebt({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgDebt {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgDebt;
9 changes: 8 additions & 1 deletion dist/DebtLoan.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgDebtLoan: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgDebtLoan({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgDebtLoan {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgDebtLoan;
9 changes: 8 additions & 1 deletion dist/Disease.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgDisease: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgDisease({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgDisease {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgDisease;
9 changes: 8 additions & 1 deletion dist/DiseaseInput.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgDiseaseInput: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgDiseaseInput({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgDiseaseInput {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgDiseaseInput;
9 changes: 8 additions & 1 deletion dist/Do.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgDo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgDo({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgDo {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgDo;
9 changes: 8 additions & 1 deletion dist/Electricity.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgElectricity: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgElectricity({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgElectricity {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgElectricity;
9 changes: 8 additions & 1 deletion dist/EmptyStock.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgEmptyStock: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgEmptyStock({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgEmptyStock {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgEmptyStock;
9 changes: 8 additions & 1 deletion dist/Esp.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgEsp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgEsp({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgEsp {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgEsp;
9 changes: 8 additions & 1 deletion dist/Expense.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import type { SVGProps } from "react";
import PropTypes from "prop-types";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgExpense: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
declare function SvgExpense({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
declare namespace SvgExpense {
var propTypes: {
title: PropTypes.Requireable<string>;
className: PropTypes.Requireable<string>;
};
}
export default SvgExpense;
Loading

0 comments on commit c7c7e6e

Please sign in to comment.