repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i18n: Upgrade translations from crowdin (a80a6511). (vpn-settings)
[ProtonMail-WebClient.git]
/
packages
/
icons
/
types.ts
blob
37d28bd018c2895d31bd08c8db75ceb9c308c645
1
/**
2
* Icon sizes based on sizing framework taxonomy
3
* https://design-system.protontech.ch/?path=/docs/css-utilities-sizing--fractions#framework
4
*/
5
export type IconSize =
6
| 2.5 // 10px
7
| 2.75 // 11px
8
| 3 // 12px
9
| 3.5 // 14px
10
| 4 // 16px
11
| 4.5 // 18px
12
| 5 // 20px
13
| 5.5 // 22px
14
| 6 // 24px
15
| 7 // 28px
16
| 8 // 32px
17
| 9 // 36px
18
| 10 // 40px
19
| 11 // 44px
20
| 12 // 48px
21
| 13 // 52px
22
| 14 // 56px
23
| 15; // 60px