import React from "react";
import withFdsIconWrapper from './withFdsIconWrapper';

const WorkFasterIcon = props => <svg viewBox="0 0 24 24"><g fillRule="evenodd"><g><polygon points="13.0397949 11 17.0272217 11 11 23 11 13 7 13 13.0397949 1" /></g></g></svg>;

export default withFdsIconWrapper(WorkFasterIcon);