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