@@ -71,6 +71,8 @@ ${utility ? '.' : '%'}${prefix}-${scale}-${textType}-${getShortSize(size)}{
7171 --db-base-icon-font-size: #{$${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size};
7272 --db-base-icon-font-family: #{get-icon-family($${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size,
7373 $${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -line-height)};
74+ --db-base-icon-font-family-filled: #{get-icon-family($${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size,
75+ $${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -line-height,"filled")};
7476 --db-type-body-font-size-${ getShortSize (
7577 size
7678 ) } : #{$${ prefix } -typography-${ scale } -mobile-${ textType } -${ size } -font-size};
@@ -89,6 +91,8 @@ ${utility ? '.' : '%'}${prefix}-${scale}-${textType}-${getShortSize(size)}{
8991 --db-base-icon-font-size: #{$${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size};
9092 --db-base-icon-font-family: #{get-icon-family($${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size,
9193 $${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -line-height)};
94+ --db-base-icon-font-family-filled: #{get-icon-family($${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size,
95+ $${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -line-height,"filled")};
9296 --db-type-body-font-size-${ getShortSize (
9397 size
9498 ) } : #{$${ prefix } -typography-${ scale } -tablet-${ textType } -${ size } -font-size};
@@ -109,6 +113,8 @@ ${utility ? '.' : '%'}${prefix}-${scale}-${textType}-${getShortSize(size)}{
109113 --db-base-icon-font-size: #{$${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size};
110114 --db-base-icon-font-family: #{get-icon-family($${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size,
111115 $${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -line-height)};
116+ --db-base-icon-font-family-filled: #{get-icon-family($${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size,
117+ $${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -line-height,"filled")};
112118 --db-type-body-font-size-${ getShortSize (
113119 size
114120 ) } : #{$${ prefix } -typography-${ scale } -desktop-${ textType } -${ size } -font-size};
0 commit comments