import rgba from './rgba'; export default function (props) { return rgba(props.fill, props.fillOpacity); }