A library of icons for the Bonsai visual programming language
SVG files should be exported using Scour with the following command:
scour -i file.svg -o build/file.svg --enable-id-stripping --enable-comment-stripping --remove-metadata --create-groups
For example, to batch optimize all icons in the project, run the following shell script:
for f in *.svg ; do scour -i "$f" -o "build/$f" --enable-id-stripping --enable-comment-stripping --remove-metadata --create-groups ; done
In case there are transform groups to invert the Y-axis coordinates, they can be removed by creating a new layer, cut-and-pasting the drawing to this new layer, and deleting the old layer.
Icon | Description |
---|---|
Source operators | |
Transform operators | |
Sink operators | |
Combinator operators | |
Mapping operators | |
Closed-scope group | |
Open-scope group |
Icon | Description |
---|---|
Base icon for filtering operators | |
Annotation |
|
MemberSelector |
Icon | Description |
---|---|
Condition |
|
Base icon for group workflows | |
IncludeWorkflow |
|
CreateObservable |
|
Defer |
|
Publish |
|
Replay |
|
Scan |
|
SelectMany |
|
SkipWhile |
|
TakeWhile |
|
Visualizer |
Icon | Description |
---|---|
Base icon for all subjects | |
Use subject | |
AsyncSubject |
|
BehaviorSubject |
|
PublishSubject |
|
ReplaySubject |
|
ResourceSubject |