mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
40 lines
648 B
SCSS
40 lines
648 B
SCSS
$id: 'material-symbols-rounded' !default;
|
|
$family: 'Material Symbols Rounded' !default;
|
|
$category: icons !default;
|
|
$subsets: (latin) !default;
|
|
$weights: (100, 200, 300, 400, 500, 600, 700) !default;
|
|
$styles: (normal) !default;
|
|
$axes: (
|
|
FILL: (
|
|
default: 0,
|
|
min: 0,
|
|
max: 1,
|
|
step: 1,
|
|
),
|
|
wght: (
|
|
default: 400,
|
|
min: 100,
|
|
max: 700,
|
|
step: 1,
|
|
),
|
|
GRAD: (
|
|
default: 0,
|
|
min: -25,
|
|
max: 200,
|
|
step: 1,
|
|
),
|
|
opsz: (
|
|
default: 48,
|
|
min: 30,
|
|
max: 48,
|
|
step: 0.1,
|
|
),
|
|
) !default;
|
|
$defaults: (
|
|
subset: latin,
|
|
weight: 400,
|
|
style: normal,
|
|
axis: wght,
|
|
) !default;
|
|
$unicode: null !default;
|