import React from 'react';
import withIcon from '../lib/withIcon';
export const IconError = withIcon(function IconError(props) {
    return (<svg data-tag="IconError" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.67 8.409c-.33-.796-.989-1.456-2.306-2.773C17.047 4.32 16.387 3.66 15.59 3.33 14.795 3 13.863 3 12 3c-1.863 0-2.795 0-3.591.33-.796.33-1.456.989-2.773 2.306C4.32 6.954 3.66 7.613 3.33 8.41 3 9.205 3 10.137 3 12c0 1.863 0 2.795.33 3.591.33.796.989 1.456 2.306 2.773C6.954 19.68 7.613 20.34 8.41 20.67c.795.33 1.727.33 3.59.33 1.863 0 2.795 0 3.591-.33.796-.33 1.456-.989 2.773-2.306 1.317-1.317 1.976-1.977 2.306-2.773.33-.796.33-1.728.33-3.591 0-1.863 0-2.795-.33-3.591m-9.795.548V7.6c0-.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.967 5.967 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-.192-.299-.228-.59L11.039 12l-.118-.943a5.967 5.967 0 0 1-.039-.371 5.932 5.932 0 0 1-.007-.373zm2.124 8.073c-.176.175-.48.22-.999.22s-.823-.045-.998-.22c-.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 .52-.045.824-.22.999"/>
    </svg>);
});
//# sourceMappingURL=Error.jsx.map