carbon-design-system / carbon-icons

SVG icon library for the Carbon Design System
https://www.carbondesignsystem.com/guidelines/iconography/library
Apache License 2.0
86 stars 53 forks source link

Contribution: Fail Icon #79

Closed emily827 closed 6 years ago

emily827 commented 6 years ago

The name of the icon is "fail". It's going to be used when an action/event fails. The following .zip has the svg and an image of what it looks like. fail.zip

asudoh commented 6 years ago

Hi @emily827 thank you for bringing this up! Does http://www.carbondesignsystem.com/assets/icons/close--outline.svg satisfy your requirement? Another info which may be worthwhile is you can use your custom icon in carbon-components-react's <Icon> component, by using a JSON data from SVG (XML) with a conversion, as <Icon>'s icon prop. Data format examples can be found at https://unpkg.com/carbon-icons@7.0.0/dist/carbon-icons.js. Thanks!

emily827 commented 6 years ago

Hi! Yes, that one satisfies my requirement. Sorry, I missed that one.