You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
A designer's typical workflow in Sketch is to have a Sketch asset-file which contains assets, such as icons, open while they work on their prototype. They will then copy the assets from the asset-file and paste them into their prototype.
Feature: Cross-tool icons
As a designer
I want a cross-tool compatible IBM Design Language Icons module
So that I can prototype with IBM icons, regardless of the design tool I choose.
Scenario: svgs as canonicalGiven that I need to upgrade an icon in the IBM Design icons
and that I need the new version of this icon available to other designers
and that designers may use multiple tools in their workflow
and that design assets need to work with multiple tools
When a I upgrade my icon
Then I need to create a canonical version of the upgraded icon
and that version should be importable by Sketch
and that version should be importable by Illustrator
and that version should be the source file in the IBM Icons module.
Scenario: copy svgs when prototypingGiven that I am building a prototype in Sketch
and that I need icons from IBM design in my prototype
and that said icons are stored as svg files
and that I need said icons compiled into an organized Sketch file
When I want to use IBM icons in my prototype
Then I need all IBM icons in a sketch file
and I need those icons in a grid
and I need said Sketch file to be generated using the canonical svg files.