tg-icon-pack 1.0.38 → 1.0.40

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.
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const BandAid: (props: iconProps) => JSX.Element;
8
+
9
+ export default BandAid;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function BandAid({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue98d"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const Building: (props: iconProps) => JSX.Element;
8
+
9
+ export default Building;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function Building({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue98e"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const CarMoney: (props: iconProps) => JSX.Element;
8
+
9
+ export default CarMoney;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function CarMoney({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue98f"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const CarSecurity: (props: iconProps) => JSX.Element;
8
+
9
+ export default CarSecurity;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function CarSecurity({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue990"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const CarShield: (props: iconProps) => JSX.Element;
8
+
9
+ export default CarShield;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function CarShield({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue991"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const Fire: (props: iconProps) => JSX.Element;
8
+
9
+ export default Fire;
package/icons/Fire.js ADDED
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function Fire({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue992"
8
+ });
9
+ };
package/icons/Pet.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const Pet: (props: iconProps) => JSX.Element;
8
+
9
+ export default Pet;
package/icons/Pet.js ADDED
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function Pet({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue993"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const Plane1: (props: iconProps) => JSX.Element;
8
+
9
+ export default Plane1;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function Plane1({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue994"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const Receipt: (props: iconProps) => JSX.Element;
8
+
9
+ export default Receipt;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function Receipt({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue995"
8
+ });
9
+ };
@@ -0,0 +1,9 @@
1
+ import { HTMLAttributes } from 'react';
2
+
3
+ export interface iconProps extends HTMLAttributes<HTMLElement> {
4
+ className?: string;
5
+ }
6
+
7
+ declare const StarStroke: (props: iconProps) => JSX.Element;
8
+
9
+ export default StarStroke;
@@ -0,0 +1,9 @@
1
+ import styles from "../icons.module.scss";
2
+ import {jsx as _jsx} from "react/jsx-runtime";
3
+
4
+ export default function StarStroke({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue996"
8
+ });
9
+ };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "index.js",
4
4
  "type": "module",
5
5
  "description": "TeklifimGelsin Custom Icon Pack",
6
- "version": "1.0.38",
6
+ "version": "1.0.40",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
package/tg_icons.ttf CHANGED
Binary file