tg-icon-pack 1.0.41 → 1.0.43

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 CoinsHand: (props: iconProps) => JSX.Element;
8
+
9
+ export default CoinsHand;
@@ -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 CoinsHand({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue997"
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 Football: (props: iconProps) => JSX.Element;
8
+
9
+ export default Football;
@@ -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 Football({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue996"
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 Passport: (props: iconProps) => JSX.Element;
8
+
9
+ export default Passport;
@@ -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 Passport({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue998"
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 Play: (props: iconProps) => JSX.Element;
8
+
9
+ export default Play;
package/icons/Play.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 Play({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue98c"
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 Sofa: (props: iconProps) => JSX.Element;
8
+
9
+ export default Sofa;
package/icons/Sofa.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 Sofa({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue999"
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.41",
6
+ "version": "1.0.43",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
package/tg_icons.ttf CHANGED
Binary file