question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing check-circle-outline icon for MaterialDesign

See original GitHub issue

Environment

macOS Mojave 10.14.15
iOS 12.2
react-native-vector-icons 4.6.1

Description

I attempted to use this icon https://material.io/tools/icons/?icon=check_circle_outline&style=baseline in a component and found that it was not available.

Reproducible Demo

import React, { Component } from 'react';
import Icon from 'react-native-vector-icons/MaterialIcons';

export default class MissingIconComponent extends Component {
    public render() {
        return (<View><Icon name="check_circle_outline" /></View>);
    }
}

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:6
  • Comments:6

github_iconTop GitHub Comments

4reactions
TimothyOsborncommented, Jan 6, 2020

name should be “check-circle” not check_circle_outline? You need to import MaterialCommunityIcons if you want check-circle-outline.

For full list always check https://oblador.github.io/react-native-vector-icons/

1reaction
AslamPangestucommented, Jan 6, 2020

Sorry, wrong repository to report 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Material Symbols and Icons
Introducing Material Symbols. Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of...
Read more >
How can I get Angular Material Icon to show the outline in ...
The general idea is that some of the icons aren't imported by default, and need to be targeted from a different library. Edit:...
Read more >
Material Design Icons 2.2.43
Icons (click to copy to clipboard). f002 mdi-access-point. f003 mdi-access-point-network ... f048 mdi-arrow-down-bold-circle-outline ... f12d mdi-check-all.
Read more >
System icons - Material Design
Icon content should remain inside of the live area, which is the region of an image that ...
Read more >
Icon Library | Material Design Icons Sandbox - GitHub Pages
account-supervisor-circle-outline beekeeper book-check book-check-outline ... calendar-weekend-outline call-made call-merge call-missed call-received ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found