Open emily827 opened 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!
@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
.
Good point @emily827! Created: https://github.com/IBM/carbon-components-react/pull/1449
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
@conradennis is this in the library?
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