tg-icon-pack 1.0.48 → 1.0.49

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 Facebook: (props: iconProps) => JSX.Element;
8
+
9
+ export default Facebook;
@@ -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 Facebook({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue9a0"
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 Instagram: (props: iconProps) => JSX.Element;
8
+
9
+ export default Instagram;
@@ -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 Instagram({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue9a2"
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 Linkedin: (props: iconProps) => JSX.Element;
8
+
9
+ export default Linkedin;
@@ -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 Linkedin({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue9a4"
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 Tiktok: (props: iconProps) => JSX.Element;
8
+
9
+ export default Tiktok;
@@ -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 Tiktok({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue9a6"
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 Twitter: (props: iconProps) => JSX.Element;
8
+
9
+ export default Twitter;
@@ -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 Twitter({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue9a8"
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 Youtube: (props: iconProps) => JSX.Element;
8
+
9
+ export default Youtube;
@@ -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 Youtube({className = ""}) {
5
+ return /*#__PURE__*/_jsx("i", {
6
+ className: `${styles.icon} ${className}`,
7
+ children: "\ue9aa"
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.48",
6
+ "version": "1.0.49",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
package/tg_icons.ttf CHANGED
Binary file