1.4.0 • Published 2 years ago

ios-filled-icons v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

How to use

install this package in your app

npm i ios-filled-icons

it have 414 svg icons Components for web

import { Accessibility_filled } from "ios-filled-icons";

And how to use in Componets

const DemoApp = () => {
  return (
    <div>
      <h1>We use this icon in our app</h1>
      <Accessibility_filled />
    </div>
  );
};

props

size - string || number

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago