File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4040 - ` data-sourceschema `
4141 - ` data-targetschema `
4242 - ` operation-ai-generate `
43+ - ` operation-filterreset `
4344 - ` toggler-pin-empty `
4445 - ` toggler-pin-filled `
4546
Original file line number Diff line number Diff line change 11import * as icons from "@carbon/react/icons" ;
22import { CarbonIconType as IconType } from "@carbon/react/icons" ;
3- import { transform } from "./transformIcon" ;
3+
4+ import { transform } from "./transformIcon" ;
45
56const canonicalIcons = {
67 "application-activities" : icons . Activity ,
@@ -146,9 +147,10 @@ const canonicalIcons = {
146147 "operation-commit" : icons . Commit ,
147148 "operation-comparison" : icons . Compare ,
148149 "operation-erase" : icons . Erase ,
150+ "operation-filter" : icons . Filter ,
149151 "operation-filteredit" : icons . FilterEdit ,
150152 "operation-filterremove" : icons . FilterRemove ,
151- "operation-filter " : icons . Filter ,
153+ "operation-filterreset " : icons . FilterReset ,
152154 "operation-focus" : icons . CenterSquare ,
153155 "operation-format-codeblock" : icons . CodeBlock ,
154156 "operation-format-text-code" : icons . Code ,
You can’t perform that action at this time.
0 commit comments