@towsila/icons 1.0.0 → 1.0.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,10 +1,12 @@
1
1
  {
2
2
  "name": "@towsila/icons",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Towsila icon library",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
7
- "files": ["src"],
7
+ "files": [
8
+ "src"
9
+ ],
8
10
  "publishConfig": {
9
11
  "access": "public"
10
12
  },
@@ -21,4 +23,4 @@
21
23
  "react-native": "*",
22
24
  "react-native-svg": "*"
23
25
  }
24
- }
26
+ }
@@ -1,5 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
-
2
+ import React from "react";
3
3
  interface Props extends SvgProps {
4
4
  color?: string;
5
5
  }
@@ -1,4 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
package/src/icons/ban.tsx CHANGED
@@ -1,4 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,5 +1,6 @@
1
1
  import Svg, { Path } from "react-native-svg";
2
2
  import { IconType } from "../types/iconType";
3
+ import React from "react";
3
4
 
4
5
 
5
6
  export default function ChatIcon({
@@ -1,4 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,4 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,4 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,4 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,4 +1,5 @@
1
1
  import Svg, { Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
package/src/icons/eye.tsx CHANGED
@@ -1,4 +1,5 @@
1
1
  import Svg, { Circle, Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,5 +1,6 @@
1
1
 
2
2
  import Svg, { Path, SvgProps } from "react-native-svg";
3
+ import React from "react";
3
4
 
4
5
  interface Props extends SvgProps {
5
6
  color?: string;
@@ -1,6 +1,7 @@
1
1
  import Svg, { Path } from "react-native-svg";
2
2
  import { IconType } from "../types/iconType";
3
3
 
4
+ import React from "react";
4
5
 
5
6
  export default function Home({
6
7
  width = 21,
@@ -1,5 +1,6 @@
1
1
 
2
2
  import Svg, { Circle, Path, SvgProps } from "react-native-svg";
3
+ import React from "react";
3
4
 
4
5
  interface Props extends SvgProps {
5
6
  color?: string;
@@ -1,5 +1,6 @@
1
1
 
2
2
  import Svg, { Path, SvgProps } from "react-native-svg";
3
+ import React from "react";
3
4
 
4
5
  interface Props extends SvgProps {
5
6
  color?: string;
@@ -1,4 +1,5 @@
1
1
  import Svg, { ClipPath, Defs, G, Path, Rect, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,5 +1,6 @@
1
1
 
2
2
  import Svg, { Path, SvgProps } from "react-native-svg";
3
+ import React from "react";
3
4
 
4
5
  interface Props extends SvgProps {
5
6
  color?: string;
@@ -1,5 +1,6 @@
1
1
 
2
2
  import Svg, {Path, SvgProps } from "react-native-svg";
3
+ import React from "react";
3
4
 
4
5
  interface Props extends SvgProps {
5
6
  color?: string;
@@ -1,5 +1,6 @@
1
1
 
2
2
  import Svg, {Path, SvgProps } from "react-native-svg";
3
+ import React from "react";
3
4
 
4
5
  interface Props extends SvgProps {
5
6
  color?: string;
@@ -1,5 +1,6 @@
1
1
 
2
2
  import Svg, {Path, SvgProps } from "react-native-svg";
3
+ import React from "react";
3
4
 
4
5
  interface Props extends SvgProps {
5
6
  color?: string;
@@ -1,5 +1,6 @@
1
1
  import Svg, { Circle, ClipPath, Defs, G, Path, Rect } from "react-native-svg";
2
2
  import { IconType } from "../types/iconType";
3
+ import React from "react";
3
4
 
4
5
 
5
6
  export default function Profile({
@@ -1,6 +1,7 @@
1
1
  import Svg, { Path } from "react-native-svg";
2
2
  import { IconType } from "../types/iconType";
3
3
 
4
+ import React from "react";
4
5
 
5
6
  export default function Settings({
6
7
  width = 24,
@@ -1,4 +1,5 @@
1
1
  import Svg, {Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,4 +1,5 @@
1
1
  import Svg, {Path, SvgProps } from "react-native-svg";
2
+ import React from "react";
2
3
 
3
4
  interface Props extends SvgProps {
4
5
  color?: string;
@@ -1,4 +1,4 @@
1
-
1
+ import React from "react";
2
2
  import Svg, {Path, SvgProps } from "react-native-svg";
3
3
  interface Props extends SvgProps {
4
4
  color?: string;
package/src/index.ts ADDED
@@ -0,0 +1,25 @@
1
+ export {default as Arrow} from "./icons/arrow";
2
+ export {default as ArrowBack} from "./icons/arrowBack";
3
+ export {default as Ban} from "./icons/ban";
4
+ export {default as ChatIcon} from "./icons/chatIcon";
5
+ export {default as CheckMark} from "./icons/checkMark";
6
+ export {default as Close} from "./icons/close";
7
+ export {default as DarkMode} from "./icons/dark_mode";
8
+ export {default as Document} from "./icons/document";
9
+ export {default as Email} from "./icons/email";
10
+ export {default as EyeOff} from "./icons/eye_off";
11
+ export {default as Eye} from "./icons/eye";
12
+ export {default as Home} from "./icons/homeIcon";
13
+ export {default as Humberger} from "./icons/humberger";
14
+ export {default as Information} from "./icons/information";
15
+ export {default as LightMode} from "./icons/light_mode";
16
+ export {default as LockClosed} from "./icons/lock_closed";
17
+ export {default as Logout} from "./icons/logout";
18
+ export {default as Person} from "./icons/person";
19
+ export {default as Phone} from "./icons/phone";
20
+ export {default as Profile} from "./icons/profileIcon";
21
+ export {default as Settings} from "./icons/settingsIcon";
22
+ export {default as Shield} from "./icons/shield";
23
+ export {default as Trash} from "./icons/trash";
24
+ export {default as Warning} from "./icons/warning";
25
+ export {IconType} from "./types/iconType";