import React from 'react';
import withIcon from '../lib/withIcon';
export const IconFlashOff = withIcon(function IconFlashOff(props) {
    return (<svg data-tag="IconFlashOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M14.516 18.229c.432.431.65.687.665.956.016.268-.17.55-.545 1.03-.956 1.228-1.566 1.731-1.954 1.462-.388-.269-.556-1.31-.628-3.172-.044-1.152.019-1.767.298-1.89.28-.125.775.242 1.595 1.052l.285.28zm-7.673-7.673c-.615-.615-.955-.92-1.261-.889-.306.031-.577.398-1.053 1.126-1.375 2.103-1.878 3.155-1.279 3.681.6.526 2.301.527 5.335.527 1.13 0 1.726-.073 1.84-.346.114-.273-.254-.747-1.05-1.55l-1.266-1.274zm11.28 4.668c2.098-3.108 3.15-4.664 2.812-5.444-.338-.779-2.064-.78-5.52-.78h-2.67c-.257 0-.444-.06-.567-.182-.123-.123-.182-.31-.183-.567-.02-3.44-.118-5.354-.601-5.859-.484-.505-1.353.397-2.915 2.589-.307.431-.56.656-.828.68-.269.023-.555-.156-.93-.53l-.826-.827-.827-.827C4.75 3.159 4.51 3 4.272 3s-.477.159-.795.477c-.318.318-.477.557-.477.795 0 .24.159.478.477.796l7.728 7.728 7.727 7.727c.318.318.557.477.796.477.238 0 .477-.159.795-.477.318-.318.477-.557.477-.796 0-.238-.159-.477-.477-.795l-1.13-1.13-1.132-1.132c-.287-.287-.435-.48-.455-.686-.02-.206.09-.424.316-.76"/>
    </svg>);
});
//# sourceMappingURL=FlashOff.jsx.map