carbon-design-system / carbon-icons

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

Contribution: Queued Icon #81

Open emily827 opened 6 years ago

emily827 commented 6 years ago

The name of the icon is "queued". It's going to be used while an action/event is pending or in the queue to be executed. The following .zip has the svg and an image of what it looks like.

queued.zip

asudoh commented 6 years ago

Thank you for bringing this up @emily827! Let's see if how many other Carbon users want this icon, and if our (or brand) designers agrees that the icon fits well in Carbon ecosystem. Meanwhile, 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 5 years ago

@asudoh Does using the JSON version of the custom SVG work if the JSON data contains fields for "polygon"? Whenever I have polygon in my JSON file, it ignores it and only uses values specified in path.

asudoh commented 5 years ago

Good point @emily827! Created: https://github.com/IBM/carbon-components-react/pull/1449

conradennis commented 5 years ago

a version of this icon that is compatible with the new IBM Design Language is available here: https://next.carbondesignsystem.com/guidelines/iconography/library in the sketch kit or as individual SVGs from the icon library

names of icons in the library are for internal purposes and do not necessarily dictate how an icon should be used. Look for the "time" icon

mjabbink commented 4 years ago

@conradennis is this in the library?