@dhis2/ui-icons 9.10.1 → 9.10.2
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.
- package/package.json +1 -1
- package/types/index.d.ts +2 -0
package/package.json
CHANGED
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>
|