import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><circle cx="12" cy="19" r="2" /><path d="M10 3h4v12h-4z" /></g></React.Fragment>
, 'PriorityHighOutlined');