@deemlol/next-icons 0.1.4 → 0.1.6
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/README.md +35 -27
- package/build/icons/accessibility.d.ts +21 -0
- package/build/icons/airplane.d.ts +21 -0
- package/build/icons/airplaneLanding.d.ts +21 -0
- package/build/icons/airplaneLanding2.d.ts +21 -0
- package/build/icons/airplaneMode.d.ts +21 -0
- package/build/icons/airplaneModeOff.d.ts +21 -0
- package/build/icons/airplaneSeat.d.ts +21 -0
- package/build/icons/airplaneTakeOff.d.ts +21 -0
- package/build/icons/airplaneTakeOff2.d.ts +21 -0
- package/build/icons/alarmClock.d.ts +21 -0
- package/build/icons/alarmClockCheck.d.ts +21 -0
- package/build/icons/alarmClockMinus.d.ts +21 -0
- package/build/icons/alarmClockOff.d.ts +21 -0
- package/build/icons/alarmClockPlus.d.ts +21 -0
- package/build/icons/appWindow.d.ts +21 -0
- package/build/icons/appWindowMac.d.ts +21 -0
- package/build/icons/apple.d.ts +21 -0
- package/build/icons/archiveRestore.d.ts +21 -0
- package/build/icons/cloudflare.d.ts +21 -0
- package/build/icons/cookie.d.ts +21 -0
- package/build/icons/deno.d.ts +21 -0
- package/build/icons/discord.d.ts +21 -0
- package/build/icons/golang.d.ts +21 -0
- package/build/icons/google.d.ts +21 -0
- package/build/icons/html.d.ts +21 -0
- package/build/icons/javascript.d.ts +21 -0
- package/build/icons/nodejs.d.ts +21 -0
- package/build/icons/npmjs.d.ts +21 -0
- package/build/icons/paypal.d.ts +21 -0
- package/build/icons/python.d.ts +21 -0
- package/build/icons/react.d.ts +21 -0
- package/build/icons/soundcloud.d.ts +21 -0
- package/build/icons/spotify.d.ts +21 -0
- package/build/icons/tailwindCSS.d.ts +21 -0
- package/build/icons/textDown.d.ts +21 -0
- package/build/icons/textSize.d.ts +21 -0
- package/build/icons/textUp.d.ts +21 -0
- package/build/icons/typescript.d.ts +21 -0
- package/build/index.d.ts +38 -0
- package/build/index.js +1602 -36
- package/package.json +3 -3
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const HTML5: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default HTML5;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const JavaScript: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default JavaScript;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const NodeJs: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default NodeJs;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const NPMJs: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default NPMJs;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const PayPal: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default PayPal;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const Python: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default Python;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const ReactJS: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default ReactJS;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const SoundCloud: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default SoundCloud;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const Spotify: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default Spotify;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const TailwindCSS: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default TailwindCSS;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const TextDown: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default TextDown;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const TextSize: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default TextSize;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const TextUp: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default TextUp;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { SVGAttributes } from "react";
|
|
2
|
+
/******************************************************************************
|
|
3
|
+
Copyright (c) Alexandr Virgovič.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */
|
|
16
|
+
interface IconProps extends SVGAttributes<SVGElement> {
|
|
17
|
+
color?: string;
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
declare const TypeScript: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export default TypeScript;
|
package/build/index.d.ts
CHANGED
|
@@ -12,8 +12,22 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
12
12
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
13
|
PERFORMANCE OF THIS SOFTWARE.
|
|
14
14
|
***************************************************************************** */
|
|
15
|
+
export { default as Accessibility } from "./icons/accessibility";
|
|
15
16
|
export { default as Activity } from "./icons/activity";
|
|
17
|
+
export { default as AirPlane } from "./icons/airplane";
|
|
18
|
+
export { default as AirPlaneLanding } from "./icons/airplaneLanding";
|
|
19
|
+
export { default as AirPlaneLanding2 } from "./icons/airplaneLanding2";
|
|
20
|
+
export { default as AirPlaneMode } from "./icons/airplaneMode";
|
|
21
|
+
export { default as AirPlaneModeOff } from "./icons/airplaneModeOff";
|
|
22
|
+
export { default as AirPlaneSeat } from "./icons/airplaneSeat";
|
|
23
|
+
export { default as AirPlaneTakeOff } from "./icons/airplaneTakeOff";
|
|
24
|
+
export { default as AirPlaneTakeOff2 } from "./icons/airplaneTakeOff2";
|
|
16
25
|
export { default as Airplay } from "./icons/airplay";
|
|
26
|
+
export { default as AlarmClock } from "./icons/alarmClock";
|
|
27
|
+
export { default as AlarmClockCheck } from "./icons/alarmClockCheck";
|
|
28
|
+
export { default as AlarmClockMinus } from "./icons/alarmClockMinus";
|
|
29
|
+
export { default as AlarmClockPlus } from "./icons/alarmClockPlus";
|
|
30
|
+
export { default as AlarmClockOff } from "./icons/alarmClockOff";
|
|
17
31
|
export { default as AlertCircle } from "./icons/alertCircle";
|
|
18
32
|
export { default as AlertOctagon } from "./icons/alertOctagon";
|
|
19
33
|
export { default as AlertTriangle } from "./icons/alertTriangle";
|
|
@@ -23,7 +37,11 @@ export { default as AlignLeft } from "./icons/alignLeft";
|
|
|
23
37
|
export { default as AlignRight } from "./icons/alignRight";
|
|
24
38
|
export { default as Anchor } from "./icons/anchor";
|
|
25
39
|
export { default as Aperture } from "./icons/aperture";
|
|
40
|
+
export { default as Apple } from "./icons/apple";
|
|
41
|
+
export { default as AppWindow } from "./icons/appWindow";
|
|
42
|
+
export { default as AppWindowMac } from "./icons/appWindowMac";
|
|
26
43
|
export { default as Archive } from "./icons/archive";
|
|
44
|
+
export { default as ArchiveRestore } from "./icons/archiveRestore";
|
|
27
45
|
export { default as ArrowDown } from "./icons/arrowDown";
|
|
28
46
|
export { default as ArrowDownCircle } from "./icons/arrowDownCircle";
|
|
29
47
|
export { default as ArrowDownLeft } from "./icons/arrowDownLeft";
|
|
@@ -73,6 +91,7 @@ export { default as Clipboard } from "./icons/clipboard";
|
|
|
73
91
|
export { default as Clock } from "./icons/clock";
|
|
74
92
|
export { default as Cloud } from "./icons/cloud";
|
|
75
93
|
export { default as CloudDrizzle } from "./icons/cloudDrizzle";
|
|
94
|
+
export { default as CloudFlare } from "./icons/cloudflare";
|
|
76
95
|
export { default as CloudLightning } from "./icons/cloudLightning";
|
|
77
96
|
export { default as CloudOff } from "./icons/cloudOff";
|
|
78
97
|
export { default as CloudRain } from "./icons/cloudRain";
|
|
@@ -84,6 +103,7 @@ export { default as Coffee } from "./icons/coffee";
|
|
|
84
103
|
export { default as Columns } from "./icons/columns";
|
|
85
104
|
export { default as Command } from "./icons/command";
|
|
86
105
|
export { default as Compass } from "./icons/compass";
|
|
106
|
+
export { default as Cookie } from "./icons/cookie";
|
|
87
107
|
export { default as Copy } from "./icons/copy";
|
|
88
108
|
export { default as CornerDownLeft } from "./icons/cornerDownLeft";
|
|
89
109
|
export { default as CornerDownRight } from "./icons/cornerDownRight";
|
|
@@ -100,6 +120,8 @@ export { default as Crosshair } from "./icons/crosshair";
|
|
|
100
120
|
export { default as Database } from "./icons/database";
|
|
101
121
|
export { default as Delete } from "./icons/delete";
|
|
102
122
|
export { default as Disc } from "./icons/disc";
|
|
123
|
+
export { default as Deno } from "./icons/deno";
|
|
124
|
+
export { default as Discord } from "./icons/discord";
|
|
103
125
|
export { default as Divide } from "./icons/divide";
|
|
104
126
|
export { default as DivideCircle } from "./icons/divideCircle";
|
|
105
127
|
export { default as DivideSquare } from "./icons/divideSquare";
|
|
@@ -139,6 +161,8 @@ export { default as Gitlab } from "./icons/gitlab";
|
|
|
139
161
|
export { default as GitMerge } from "./icons/gitMerge";
|
|
140
162
|
export { default as GitPullRequest } from "./icons/gitPullRequest";
|
|
141
163
|
export { default as Globe } from "./icons/globe";
|
|
164
|
+
export { default as GoLang } from "./icons/golang";
|
|
165
|
+
export { default as Google } from "./icons/google";
|
|
142
166
|
export { default as Grid } from "./icons/grid";
|
|
143
167
|
export { default as HardDrive } from "./icons/hardDrive";
|
|
144
168
|
export { default as Hash } from "./icons/hash";
|
|
@@ -147,11 +171,13 @@ export { default as Heart } from "./icons/heart";
|
|
|
147
171
|
export { default as HelpCircle } from "./icons/helpCircle";
|
|
148
172
|
export { default as Hexagon } from "./icons/hexagon";
|
|
149
173
|
export { default as House } from "./icons/house";
|
|
174
|
+
export { default as HTML5 } from "./icons/html";
|
|
150
175
|
export { default as Image } from "./icons/image";
|
|
151
176
|
export { default as Inbox } from "./icons/inbox";
|
|
152
177
|
export { default as Info } from "./icons/info";
|
|
153
178
|
export { default as Instagram } from "./icons/instagram";
|
|
154
179
|
export { default as Italic } from "./icons/italic";
|
|
180
|
+
export { default as JavaScript } from "./icons/javascript";
|
|
155
181
|
export { default as Key } from "./icons/key";
|
|
156
182
|
export { default as Layers } from "./icons/layers";
|
|
157
183
|
export { default as Layout } from "./icons/layout";
|
|
@@ -189,11 +215,14 @@ export { default as Move } from "./icons/move";
|
|
|
189
215
|
export { default as Music } from "./icons/music";
|
|
190
216
|
export { default as Navigation } from "./icons/navigation";
|
|
191
217
|
export { default as Navigation2 } from "./icons/navigation2";
|
|
218
|
+
export { default as NodeJs } from "./icons/nodejs";
|
|
219
|
+
export { default as NPMJs } from "./icons/npmjs";
|
|
192
220
|
export { default as Octagon } from "./icons/octagon";
|
|
193
221
|
export { default as Package } from "./icons/package";
|
|
194
222
|
export { default as Paperclip } from "./icons/paperclip";
|
|
195
223
|
export { default as Pause } from "./icons/pause";
|
|
196
224
|
export { default as PauseCircle } from "./icons/pauseCircle";
|
|
225
|
+
export { default as PayPal } from "./icons/paypal";
|
|
197
226
|
export { default as PenTool } from "./icons/penTool";
|
|
198
227
|
export { default as Percent } from "./icons/percent";
|
|
199
228
|
export { default as Phone } from "./icons/phone";
|
|
@@ -212,7 +241,9 @@ export { default as PlusSquare } from "./icons/plusSquare";
|
|
|
212
241
|
export { default as Pocket } from "./icons/pocket";
|
|
213
242
|
export { default as Power } from "./icons/power";
|
|
214
243
|
export { default as Printer } from "./icons/printer";
|
|
244
|
+
export { default as Python } from "./icons/python";
|
|
215
245
|
export { default as Radio } from "./icons/radio";
|
|
246
|
+
export { default as ReactJS } from "./icons/react";
|
|
216
247
|
export { default as RefreshCcw } from "./icons/refreshCcw";
|
|
217
248
|
export { default as RefreshCw } from "./icons/refreshCw";
|
|
218
249
|
export { default as Repeat } from "./icons/repeat";
|
|
@@ -241,9 +272,11 @@ export { default as Slash } from "./icons/slash";
|
|
|
241
272
|
export { default as Sliders } from "./icons/sliders";
|
|
242
273
|
export { default as Smartphone } from "./icons/smartphone";
|
|
243
274
|
export { default as Smile } from "./icons/smile";
|
|
275
|
+
export { default as SoundCloud } from "./icons/soundcloud";
|
|
244
276
|
export { default as Sparkles } from "./icons/sparkles";
|
|
245
277
|
export { default as Sparkles2 } from "./icons/sparkles2";
|
|
246
278
|
export { default as Speaker } from "./icons/speaker";
|
|
279
|
+
export { default as Spotify } from "./icons/spotify";
|
|
247
280
|
export { default as Square } from "./icons/square";
|
|
248
281
|
export { default as Star } from "./icons/star";
|
|
249
282
|
export { default as StopCircle } from "./icons/stopCircle";
|
|
@@ -253,8 +286,12 @@ export { default as Sunset } from "./icons/sunset";
|
|
|
253
286
|
export { default as Table } from "./icons/table";
|
|
254
287
|
export { default as Tablet } from "./icons/tablet";
|
|
255
288
|
export { default as Tag } from "./icons/tag";
|
|
289
|
+
export { default as TailwindCSS } from "./icons/tailwindCSS";
|
|
256
290
|
export { default as Target } from "./icons/target";
|
|
257
291
|
export { default as Terminal } from "./icons/terminal";
|
|
292
|
+
export { default as TextUp } from "./icons/textUp";
|
|
293
|
+
export { default as TextDown } from "./icons/textDown";
|
|
294
|
+
export { default as TextSize } from "./icons/textSize";
|
|
258
295
|
export { default as Thermometer } from "./icons/thermometer";
|
|
259
296
|
export { default as ThumbsDown } from "./icons/thumbsDown";
|
|
260
297
|
export { default as ThumbsUp } from "./icons/thumbsUp";
|
|
@@ -272,6 +309,7 @@ export { default as Tv } from "./icons/tv";
|
|
|
272
309
|
export { default as Twitch } from "./icons/twitch";
|
|
273
310
|
export { default as Twitter } from "./icons/twitter";
|
|
274
311
|
export { default as Type } from "./icons/type";
|
|
312
|
+
export { default as TypeScript } from "./icons/typescript";
|
|
275
313
|
export { default as Umbrella } from "./icons/umbrella";
|
|
276
314
|
export { default as Underline } from "./icons/underline";
|
|
277
315
|
export { default as Unlock } from "./icons/unlock";
|