diff --git a/icon/search_button.svg b/icon/search_button.svg new file mode 100644 index 0000000..b49bd47 --- /dev/null +++ b/icon/search_button.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/typescripts/util/elements.tsx b/typescripts/util/elements.tsx index 96ae38d..d3838cf 100644 --- a/typescripts/util/elements.tsx +++ b/typescripts/util/elements.tsx @@ -7,6 +7,7 @@ import { observer } from 'mobx-react' export { ReactComponent as MoveToCanvasSvg } from '../../icon/move_to_canvas.svg' export { ReactComponent as PenSvg } from '../../icon/pen.svg' export { ReactComponent as PreviewSvg } from '../../icon/preview.svg' +export { ReactComponent as ImageSearchSvg } from '../../icon/search_button.svg' declare global { namespace JSX {