react-native-bootstrap-icons
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

react-native-bootstrap-icons

Bootstrap's icons converted to react-native-svg components.

Install

npm install react-native-bootstrap-icons

Usage

import React from "react";
import { View } from "react-native";

import CheckCircleFillIcon from "react-native-bootstrap-icons/icons/check-circle-fill";

export default function Component() {
  return (
    <View>
      <CheckCircleFillIcon width="50" height="50" fill="rgb(189, 189, 189)" />
    </View>
  );
}

Package Sidebar

Install

npm i react-native-bootstrap-icons

Weekly Downloads

30

Version

1.5.0

License

MIT

Unpacked Size

1.1 MB

Total Files

2754

Last publish

Collaborators

  • dstaley