import { createIcon } from '../lib/create-icon' const SvgDataUsageIcon = createIcon(props => { return ( ) }) export default SvgDataUsageIcon