2.0.264 • Published 9 months ago

@fluentui/react-native-icons v2.0.264

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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.264

9 months ago

2.0.263

9 months ago

2.0.262

9 months ago

2.0.259

10 months ago

2.0.261

9 months ago

2.0.260

9 months ago

2.0.258

10 months ago

2.0.257

10 months ago

2.0.256

11 months ago

2.0.255

11 months ago

2.0.254

11 months ago

2.0.253

11 months ago

2.0.252

12 months ago

2.0.251

12 months ago

2.0.250

12 months ago

2.0.249

1 year ago

2.0.248

1 year ago

2.0.247

1 year ago

2.0.246

1 year ago

2.0.245

1 year ago

2.0.244

1 year ago

2.0.243

1 year ago

2.0.242

1 year ago

2.0.241

1 year ago

2.0.240

1 year ago

2.0.239

1 year ago

2.0.238

1 year ago

2.0.237

1 year ago

2.0.236

1 year ago

2.0.235

1 year ago

2.0.234

1 year ago

2.0.233

1 year ago

2.0.232

1 year ago

2.0.231

1 year ago

2.0.230

1 year ago

2.0.229

1 year ago

2.0.228

1 year ago

2.0.227

1 year ago

2.0.226

1 year ago

2.0.225

2 years ago

2.0.224

2 years ago

2.0.209

2 years ago

2.0.208

2 years ago

2.0.218

2 years ago

2.0.217

2 years ago

2.0.216

2 years ago

2.0.215

2 years ago

2.0.214

2 years ago

2.0.212

2 years ago

2.0.211

2 years ago

2.0.210

2 years ago

2.0.219

2 years ago

2.0.207

2 years ago

2.0.206

2 years ago

2.0.205

2 years ago

2.0.223

2 years ago

2.0.222

2 years ago

2.0.221

2 years ago

2.0.220

2 years ago

2.0.204

2 years ago

2.0.203

2 years ago

2.0.202

2 years ago

2.0.201

2 years ago

2.0.200

2 years ago

2.0.199

2 years ago