diff --git a/README.md b/README.md index b7b5790..7a1f13d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react-native-iconify v3 +# monicon ## Development diff --git a/apps/next/app/page.tsx b/apps/next/app/page.tsx index 98471f0..f5dc30f 100644 --- a/apps/next/app/page.tsx +++ b/apps/next/app/page.tsx @@ -1,13 +1,13 @@ -import { Iconify } from "@monicon/react"; +import { Monicon } from "@monicon/react"; import styles from "../styles/index.module.css"; export default function Web() { return (
- - - + + +
); } diff --git a/apps/next/next.config.js b/apps/next/next.config.js index 59a07ae..ac7f484 100644 --- a/apps/next/next.config.js +++ b/apps/next/next.config.js @@ -1,4 +1,4 @@ -const { IconifyPlugin } = require("@monicon/webpack"); +const { MoniconPlugin } = require("@monicon/webpack"); module.exports = { reactStrictMode: true, @@ -18,7 +18,7 @@ module.exports = { ]; config.plugins.push( - new IconifyPlugin({ + new MoniconPlugin({ icons: [ "mdi:home", "mdi:account", diff --git a/apps/nuxt-app/app.vue b/apps/nuxt-app/app.vue index b7f0956..e795c7a 100644 --- a/apps/nuxt-app/app.vue +++ b/apps/nuxt-app/app.vue @@ -1,6 +1,4 @@
- - - - + + + +