2.0.240 • Published 4 days ago

@fluentui/react-native-icons v2.0.240

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

@fluentui/react-native-icons

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

User story

@fluentui/react-native-icons are SVG based icons wrapped in a React Native element. Because each icon is its own element, you only need to import what you need for your application.

There are two different states of each icon, Filled and Regular, so you can choose what works best for your application. These are by default sized to 1em, and can be scaled up or down to suit your developer needs.

Unlike the react-icons package, styling support isn't yet available due to limited styling capabilities of RNSVG.

User flows

In order to use these icons, simply import them as import { [Componentname][state] } from @fluentui/react-native-icons as follows:

import { AccessTimeFilled } from "@fluentui/react-native-icons";

The previous icon offerings are scalable, but if you know what size you want to use for your icons, and you are not planning on using multiple sizes, it is recommended to use the sized icons. These are the same icons as the general case, but in multiple different sizes, built to look pixel perfect at those specific sizes. You can import the sized icons in a similar way:

import { AccessTime24Filled } from "@fluentui/react-native-icons";
import {
  AccessTime20Filled,
} from '@fluentui/react-native-icons';

const FluentIconsTest: React.FunctionComponent = () => {
  return (
    <React.Fragment>
      <View style={{ flexDirection: 'column', alignItems: 'flex-start' }}>
        <View style={{ flexDirection: 'row' }}>
          <AccessTime20Filled />
        </View>
      </View>
    </React.Fragment>
  );
};
tags: Templates Documentation
2.0.240

4 days ago

2.0.239

18 days ago

2.0.238

18 days ago

2.0.237

29 days ago

2.0.236

1 month ago

2.0.235

1 month ago

2.0.234

2 months ago

2.0.233

2 months ago

2.0.232

2 months ago

2.0.231

3 months ago

2.0.230

3 months ago

2.0.229

3 months ago

2.0.228

3 months ago

2.0.227

3 months ago

2.0.226

4 months ago

2.0.225

4 months ago

2.0.224

6 months ago

2.0.209

10 months ago

2.0.208

10 months ago

2.0.218

8 months ago

2.0.217

8 months ago

2.0.216

8 months ago

2.0.215

8 months ago

2.0.214

9 months ago

2.0.212

9 months ago

2.0.211

9 months ago

2.0.210

9 months ago

2.0.219

8 months ago

2.0.207

10 months ago

2.0.206

11 months ago

2.0.205

11 months ago

2.0.223

6 months ago

2.0.222

7 months ago

2.0.221

7 months ago

2.0.220

7 months ago

2.0.204

11 months ago

2.0.203

12 months ago

2.0.202

1 year ago

2.0.201

1 year ago

2.0.200

1 year ago

2.0.199

1 year ago