@dhis2/ui-icons 9.10.1 → 9.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-icons",
3
- "version": "9.10.1",
3
+ "version": "9.10.3",
4
4
  "description": "Icons used in the UI libs",
5
5
  "main": "./build/cjs/react/index.js",
6
6
  "module": "./build/es/react/index.js",
package/types/index.d.ts CHANGED
@@ -184,6 +184,8 @@ export const IconSubscribe16: React.FC<IconProps>
184
184
  export const IconSubscribe24: React.FC<IconProps>
185
185
  export const IconSubscribeOff16: React.FC<IconProps>
186
186
  export const IconSubscribeOff24: React.FC<IconProps>
187
+ export const IconSubtract16: React.FC<IconProps>
188
+ export const IconSubtract24: React.FC<IconProps>
187
189
  export const IconSubtractCircle16: React.FC<IconProps>
188
190
  export const IconSubtractCircle24: React.FC<IconProps>
189
191
  export const IconSync16: React.FC<IconProps>