UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (6 loc) 225 B
import styled from 'styled-components' import { resolveImage } from '../../util/environment' const PointerImage = styled.img` cursor: pointer; ` export const Icon = props => <PointerImage src={resolveImage(props.src)} />