import Rating from 'react-rating' import { Sun, Cloud, CloudLightning, CloudSnow, CloudDrizzle } from 'react-feather' import { Card, CardHeader, CardTitle, CardBody } from 'reactstrap' const RatingCustomSvg = ({ emptyColor, dir }) => { return ( Custom SVG } fullSymbol={[ , , , ]} stop={4} direction={dir} /> ) } export default RatingCustomSvg