Fixing icon path. (#429)
This commit is contained in:
parent
6ff6b5e1a1
commit
f35e2d7f05
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user