import React from 'react' import { Controls, ControlsBW } from './svg/Controls' export default ({ theme }) => (
{ theme === 'bw' ? : }
)