mirror of
https://github.com/tupadr3/plantuml-icon-font-sprites.git
synced 2026-05-07 08:52:52 +00:00
59 lines
2.9 KiB
Plaintext
59 lines
2.9 KiB
Plaintext
@startuml
|
|
sprite $sqlalchemy_wordmark [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000200000200000000000000000
|
|
03864003760186000008000880000D400000000000000000
|
|
553830644C90D500005E300B70010F200000000000000000
|
|
E118148002E0B5000086B00B709F3F8E409E4A8E7BB2D2D6
|
|
AA59A5D001B0C5000476F30A78640F6896B70C86E1F1E75A
|
|
491360DA1620C60408007B0A79B11E3887C11B55B0F06E92
|
|
39B600089201A97947003B3B91CA2C5A91BA1C77B4D30E30
|
|
00000007A93003000000000000000000000000000000B976
|
|
00000000028BA2000000000000000000000000000007A87A
|
|
000000000000000000000000000000000000000000000001
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV2_SQLALCHEMY_WORDMARK(_alias) ENTITY(rectangle,black,sqlalchemy_wordmark,_alias,DEV2 SQLALCHEMY_WORDMARK)
|
|
!define DEV2_SQLALCHEMY_WORDMARK(_alias, _label) ENTITY(rectangle,black,sqlalchemy_wordmark,_label, _alias,DEV2 SQLALCHEMY_WORDMARK)
|
|
!define DEV2_SQLALCHEMY_WORDMARK(_alias, _label, _shape) ENTITY(_shape,black,sqlalchemy_wordmark,_label, _alias,DEV2 SQLALCHEMY_WORDMARK)
|
|
!define DEV2_SQLALCHEMY_WORDMARK(_alias, _label, _shape, _color) ENTITY(_shape,_color,sqlalchemy_wordmark,_label, _alias,DEV2 SQLALCHEMY_WORDMARK)
|
|
skinparam folderBackgroundColor<<DEV2 SQLALCHEMY_WORDMARK>> White
|
|
@enduml |