import React from 'react';
import withIcon from '../lib/withIcon';
export const IconWarning = withIcon(function IconWarning(props) {
    return (<svg data-tag="IconWarning" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M17.667 10.382C14.841 5.461 13.42 3 12 3s-2.84 2.46-5.667 7.382-4.236 7.388-3.526 8.625S6.347 20.25 12 20.25s8.483-.006 9.193-1.243c.71-1.237-.7-3.704-3.526-8.625M10.875 8.35c0-.323.051-.535.183-.667s.344-.183.667-.183h.55c.323 0 .535.051.667.183s.183.344.183.667v2.714c0 .17-.001.272-.007.373a5.971 5.971 0 0 1-.04.371l-.117.943-.118.942c-.037.293-.1.479-.228.591-.128.114-.32.154-.615.154-.294 0-.487-.04-.615-.154-.128-.113-.191-.299-.228-.59l-.118-.943-.118-.943a5.973 5.973 0 0 1-.039-.37 5.936 5.936 0 0 1-.007-.374zM12 18c-.519 0-.823-.045-.998-.22-.176-.175-.22-.48-.22-.999s.044-.823.22-.998c.175-.175.48-.22.998-.22.519 0 .823.045.999.22.175.175.22.48.22.998 0 .519-.045.824-.22.999-.176.175-.48.22-.999.22"/>
    </svg>);
});
//# sourceMappingURL=Warning.jsx.map