Fixing icon path. (#429)

This commit is contained in:
satbir121 2020-08-26 13:53:43 +05:30 committed by GitHub
parent 6ff6b5e1a1
commit f35e2d7f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import React, { forwardRef, Ref, useCallback, useMemo, useState } from "react";
import { CommonComponentProps } from "./common";
import styled from "styled-components";
import { Size } from "./Button";
import { Icon } from "./Icon";
import Icon from "./Icon";
export enum SearchVariant {
BACKGROUND = "BACKGROUND",