diff options
author | codecalm <codecalm@gmail.com> | 2022-03-22 23:59:22 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-22 23:59:22 +0100 |
commit | a9e01fc2eb9e83c581e9e668dc822a31d0c1f632 (patch) | |
tree | 022b34b86b80be22f18a7047acb6eba5c2df2dbf /icons-react/index.js | |
parent | Release 1.57.0 (diff) | |
download | tabler-icons-a9e01fc2eb9e83c581e9e668dc822a31d0c1f632.tar.xz |
Fix #147
Diffstat (limited to 'icons-react/index.js')
-rw-r--r-- | icons-react/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icons-react/index.js b/icons-react/index.js index 28038875..78012038 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -1591,3 +1591,5 @@ export { default as IconZoomCancel } from './icons-js/zoom-cancel.js'; export { default as IconZoomCheck } from './icons-js/zoom-check.js'; export { default as IconZoomIn } from './icons-js/zoom-in.js'; export { default as IconZoomMoney } from './icons-js/zoom-money.js'; +export { default as IconZoomOut } from './icons-js/zoom-out.js'; +export { default as IconZoomQuestion } from './icons-js/zoom-question.js'; |