File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ export class IconNames {
371371 "DeactivateOrders" ,
372372 "DecisionSolid" ,
373373 "DeclineCall" ,
374- "DecreaseIndentLegacy " ,
374+ "DecreaseIndentText " ,
375375 "DefaultRatio" ,
376376 "DefectSolid" ,
377377 "Delete" ,
@@ -689,7 +689,7 @@ export class IconNames {
689689 "Inbox" ,
690690 "InboxCheck" ,
691691 "IncidentTriangle" ,
692- "IncreaseIndentLegacy " ,
692+ "IncreaseIndentText " ,
693693 "Info" ,
694694 "Info2" ,
695695 "InfoSolid" ,
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
434434 className = { styles . propertyPaneButton }
435435 aria-describedby = "increaseindent-propertyPaneButton"
436436 iconProps = { {
437- iconName : 'IncreaseIndentLegacy ' ,
437+ iconName : 'IncreaseIndentText ' ,
438438 style : {
439439 fontSize : '20px'
440440 }
@@ -449,7 +449,7 @@ export default class RichTextPropertyPane extends React.Component<IRichTextPrope
449449 className = { styles . propertyPaneButton }
450450 aria-describedby = "decreaseindent-propertyPaneButton"
451451 iconProps = { {
452- iconName : 'DecreaseIndentLegacy ' ,
452+ iconName : 'DecreaseIndentText ' ,
453453 style : {
454454 fontSize : '20px'
455455 }
You can’t perform that action at this time.
0 commit comments