import styled from 'styled-components'; import colors from '../styles/colors'; const Svg = styled.svg` fill: ${colors.pending700}; `; const LoadSVG = () => ( ); export default LoadSVG;