@@ -199,6 +199,17 @@ import StackLower from "/../branding/assets/icon-16px-solid/stack-lower.svg";
199199import StackRaise from "/../branding/assets/icon-16px-solid/stack-raise.svg" ;
200200import StackReverse from "/../branding/assets/icon-16px-solid/stack-reverse.svg" ;
201201import Stack from "/../branding/assets/icon-16px-solid/stack.svg" ;
202+ import StrokeAlignCenter from "/../branding/assets/icon-16px-solid/stroke-align-center.svg" ;
203+ import StrokeAlignInside from "/../branding/assets/icon-16px-solid/stroke-align-inside.svg" ;
204+ import StrokeAlignOutside from "/../branding/assets/icon-16px-solid/stroke-align-outside.svg" ;
205+ import StrokeCapButt from "/../branding/assets/icon-16px-solid/stroke-cap-butt.svg" ;
206+ import StrokeCapRound from "/../branding/assets/icon-16px-solid/stroke-cap-round.svg" ;
207+ import StrokeCapSquare from "/../branding/assets/icon-16px-solid/stroke-cap-square.svg" ;
208+ import StrokeJoinBevel from "/../branding/assets/icon-16px-solid/stroke-join-bevel.svg" ;
209+ import StrokeJoinMiter from "/../branding/assets/icon-16px-solid/stroke-join-miter.svg" ;
210+ import StrokeJoinRound from "/../branding/assets/icon-16px-solid/stroke-join-round.svg" ;
211+ import StrokeOrderAbove from "/../branding/assets/icon-16px-solid/stroke-order-above.svg" ;
212+ import StrokeOrderBelow from "/../branding/assets/icon-16px-solid/stroke-order-below.svg" ;
202213import TextAlignCenter from "/../branding/assets/icon-16px-solid/text-align-center.svg" ;
203214import TextAlignLeft from "/../branding/assets/icon-16px-solid/text-align-left.svg" ;
204215import TextAlignRight from "/../branding/assets/icon-16px-solid/text-align-right.svg" ;
@@ -327,6 +338,17 @@ const SOLID_16PX = {
327338 StackLower : { svg : StackLower , size : 16 } ,
328339 StackRaise : { svg : StackRaise , size : 16 } ,
329340 StackReverse : { svg : StackReverse , size : 16 } ,
341+ StrokeAlignCenter : { svg : StrokeAlignCenter , size : 16 } ,
342+ StrokeAlignInside : { svg : StrokeAlignInside , size : 16 } ,
343+ StrokeAlignOutside : { svg : StrokeAlignOutside , size : 16 } ,
344+ StrokeCapButt : { svg : StrokeCapButt , size : 16 } ,
345+ StrokeCapRound : { svg : StrokeCapRound , size : 16 } ,
346+ StrokeCapSquare : { svg : StrokeCapSquare , size : 16 } ,
347+ StrokeJoinBevel : { svg : StrokeJoinBevel , size : 16 } ,
348+ StrokeJoinMiter : { svg : StrokeJoinMiter , size : 16 } ,
349+ StrokeJoinRound : { svg : StrokeJoinRound , size : 16 } ,
350+ StrokeOrderAbove : { svg : StrokeOrderAbove , size : 16 } ,
351+ StrokeOrderBelow : { svg : StrokeOrderBelow , size : 16 } ,
330352 TextAlignCenter : { svg : TextAlignCenter , size : 16 } ,
331353 TextAlignLeft : { svg : TextAlignLeft , size : 16 } ,
332354 TextAlignRight : { svg : TextAlignRight , size : 16 } ,
0 commit comments