@@ -110,7 +110,6 @@ import AlignRight from "/../branding/assets/icon-16px-solid/align-right.svg";
110110import AlignTop from "/../branding/assets/icon-16px-solid/align-top.svg" ;
111111import AlignVerticalCenter from "/../branding/assets/icon-16px-solid/align-vertical-center.svg" ;
112112import Artboard from "/../branding/assets/icon-16px-solid/artboard.svg" ;
113- import BlendShapes from "/../branding/assets/icon-16px-solid/blend-shapes.svg" ;
114113import BooleanDifference from "/../branding/assets/icon-16px-solid/boolean-difference.svg" ;
115114import BooleanDivide from "/../branding/assets/icon-16px-solid/boolean-divide.svg" ;
116115import BooleanIntersect from "/../branding/assets/icon-16px-solid/boolean-intersect.svg" ;
@@ -155,9 +154,10 @@ import HistoryRedo from "/../branding/assets/icon-16px-solid/history-redo.svg";
155154import HistoryUndo from "/../branding/assets/icon-16px-solid/history-undo.svg" ;
156155import IconsGrid from "/../branding/assets/icon-16px-solid/icons-grid.svg" ;
157156import Image from "/../branding/assets/icon-16px-solid/image.svg" ;
157+ import InterpolationBlend from "/../branding/assets/icon-16px-solid/interpolation-blend.svg" ;
158+ import InterpolationMorph from "/../branding/assets/icon-16px-solid/interpolation-morph.svg" ;
158159import Layer from "/../branding/assets/icon-16px-solid/layer.svg" ;
159160import License from "/../branding/assets/icon-16px-solid/license.svg" ;
160- import Morph from "/../branding/assets/icon-16px-solid/morph.svg" ;
161161import NewLayer from "/../branding/assets/icon-16px-solid/new-layer.svg" ;
162162import NodeBlur from "/../branding/assets/icon-16px-solid/node-blur.svg" ;
163163import NodeBrushwork from "/../branding/assets/icon-16px-solid/node-brushwork.svg" ;
@@ -229,7 +229,6 @@ const SOLID_16PX = {
229229 AlignTop : { svg : AlignTop , size : 16 } ,
230230 AlignVerticalCenter : { svg : AlignVerticalCenter , size : 16 } ,
231231 Artboard : { svg : Artboard , size : 16 } ,
232- BlendShapes : { svg : BlendShapes , size : 16 } ,
233232 BooleanDifference : { svg : BooleanDifference , size : 16 } ,
234233 BooleanDivide : { svg : BooleanDivide , size : 16 } ,
235234 BooleanIntersect : { svg : BooleanIntersect , size : 16 } ,
@@ -274,9 +273,10 @@ const SOLID_16PX = {
274273 HistoryUndo : { svg : HistoryUndo , size : 16 } ,
275274 IconsGrid : { svg : IconsGrid , size : 16 } ,
276275 Image : { svg : Image , size : 16 } ,
276+ InterpolationBlend : { svg : InterpolationBlend , size : 16 } ,
277+ InterpolationMorph : { svg : InterpolationMorph , size : 16 } ,
277278 Layer : { svg : Layer , size : 16 } ,
278279 License : { svg : License , size : 16 } ,
279- Morph : { svg : Morph , size : 16 } ,
280280 NewLayer : { svg : NewLayer , size : 16 } ,
281281 Node : { svg : Node , size : 16 } ,
282282 NodeBlur : { svg : NodeBlur , size : 16 } ,
0 commit comments