// @flow import React from 'react'; import styled from 'styled-components'; import colors from '../styles/colors'; const Svg = styled.svg` fill: ${colors.success700}; `; const CheckSVG = () => ( ); export default CheckSVG;