Coder Social home page Coder Social logo

ajayesivan / react-native-remix-icon Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 9.0 2.51 MB

An OpenSource implementation of remixicon for React Native

License: MIT License

JavaScript 99.13% Starlark 0.04% Java 0.45% Ruby 0.05% Objective-C 0.32%
icon icon-pack react-native ui

react-native-remix-icon's Introduction

Ajay's personal website

react-native-remix-icon's People

Contributors

ajayesivan avatar antoinekm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

react-native-remix-icon's Issues

Missing Icons

Icons like

  • setting
  • search
  • and bookmarks
    are missing while others like file search and such are available

Add Megaphone Line Icon

Hi! ๐Ÿ‘‹

Firstly, thanks for your work on this project! ๐Ÿ™‚

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-remix-icon/src/icons/MegaphoneLine.js b/node_modules/react-native-remix-icon/src/icons/MegaphoneLine.js
new file mode 100644
index 0000000..590ae23
--- /dev/null
+++ b/node_modules/react-native-remix-icon/src/icons/MegaphoneLine.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+import Svg, { Path } from "react-native-svg";
+
+const SvgMegaphoneLine = (props) => {
+  return (
+    <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
+      <Path d="M9 17s7 1 10 4h1a1 1 0 0 0 1-1v-6.063a2 2 0 0 0 0-3.874V4a1 1 0 0 0-1-1h-1C16 6 9 7 9 7H5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1l1 5h2v-5Zm2-8.339c.683-.146 1.527-.35 2.44-.617 1.678-.494 3.81-1.271 5.56-2.47v12.851c-1.75-1.198-3.883-1.975-5.56-2.469A33.967 33.967 0 0 0 11 15.34V8.66ZM5 9h4v6H5V9Z" />
+    </Svg>
+  )
+}
+
+export default SvgMegaphoneLine
\ No newline at end of file
diff --git a/node_modules/react-native-remix-icon/src/icons/index.js b/node_modules/react-native-remix-icon/src/icons/index.js
index 998fa76..684a74e 100644
--- a/node_modules/react-native-remix-icon/src/icons/index.js
+++ b/node_modules/react-native-remix-icon/src/icons/index.js
@@ -1322,6 +1322,7 @@ export { default as MedicineBottleFill } from "./MedicineBottleFill";
 export { default as MedicineBottleLine } from "./MedicineBottleLine";
 export { default as MediumFill } from "./MediumFill";
 export { default as MediumLine } from "./MediumLine";
+export { default as MegaphoneLine } from "./MegaphoneLine";
 export { default as MenFill } from "./MenFill";
 export { default as MenLine } from "./MenLine";
 export { default as MentalHealthFill } from "./MentalHealthFill";

This issue body was partially generated by patch-package.

Add module import support

Right now when you import the library it bundles all of the icons, which is 2.39MB. It would be great if you could just import the individual icons like import HomeFill from 'react-native-remix-icon/home-fill';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.