import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><path d="M22 12l-4-4v3H3v2h15v3l4-4z" /></g></React.Fragment>
, 'TrendingFlatOutlined');