import React from 'react';
import withIcon from '../lib/withIcon';
export const IconFlashlight = withIcon(function IconFlashlight(props) {
    return (<svg data-tag="IconFlashlight" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m17.942 11.491 2.71-1.234c.336-.152.448-.572.25-.938-.197-.365-.63-.539-.965-.387l-2.71 1.234c-.333.152-.444.569-.25.933.196.367.628.542.965.392m-2.43-3.153c.293.3.74.332.996.073l1.966-2c.255-.26.225-.714-.07-1.013-.293-.299-.739-.33-.995-.07l-1.966 2c-.254.26-.223.712.07 1.01m-2.725-1.493c.358.205.773.097.927-.242l1.217-2.776c.146-.343-.027-.782-.389-.98-.36-.199-.772-.082-.919.262l-1.212 2.765c-.143.338.024.77.376.971M9.284 8.37c-.195-.198-.197-.528.04-.672a1.979 1.979 0 0 1 2.44.313l4.25 4.324c.662.672.764 1.699.307 2.481-.141.242-.466.24-.661.04zM8.222 9.452c-.196-.2-.517-.201-.69.019-.864 1.105-.747 2.178-.358 3.502.108.369.017.77-.25 1.042L3.44 17.559a1.548 1.548 0 0 0 0 2.162l1.063 1.081a1.485 1.485 0 0 0 2.125 0l3.484-3.544a1.016 1.016 0 0 1 1.024-.254c1.301.396 2.356.514 3.443-.365.216-.176.214-.502.018-.701z"/>
      <path fillRule="evenodd" d="m13.624 3.109-1.212 2.765a.641.641 0 0 0-.041.14c-.055.309.112.656.417.831.358.205.773.097.927-.242l1.217-2.776a.641.641 0 0 0 .042-.142c.054-.314-.118-.667-.43-.838-.362-.199-.773-.082-.92.262M4.51 18.669l1.055 1.075 3.477-3.538a2.516 2.516 0 0 1 2.53-.637c.297.09.54.151.745.189l-3.889-3.956c.038.21.098.454.185.748.253.86.052 1.834-.62 2.516L4.51 18.611a.027.027 0 0 0-.007.01.055.055 0 0 0-.003.02c0 .008.002.015.003.02a.027.027 0 0 0 .007.009m15.485-9.76a.681.681 0 0 0-.058.023l-2.71 1.234c-.333.152-.444.569-.25.933.178.332.55.508.868.426l.004-.001a.62.62 0 0 0 .038-.012l.009-.003a.645.645 0 0 0 .046-.018l2.71-1.234c.336-.152.448-.572.25-.938-.178-.33-.548-.504-.865-.422h-.003a.592.592 0 0 0-.04.012m-4.552-1.581c-.254.26-.223.712.07 1.01.293.3.738.332.995.073l1.966-2c.255-.26.225-.714-.07-1.013-.293-.299-.739-.33-.995-.07zm-5.006.088a1.985 1.985 0 0 0-1.113.282c-.237.144-.235.474-.04.673l6.376 6.486c.195.199.52.2.66-.041a2.058 2.058 0 0 0 .28-1.122l-.002-.022a2.047 2.047 0 0 0-.584-1.338l-4.25-4.323a1.98 1.98 0 0 0-1.327-.595M7.533 9.47c.172-.22.493-.218.689-.02l6.375 6.487c.196.199.198.525-.018.7-1.087.88-2.142.762-3.443.366a1.016 1.016 0 0 0-1.024.254l-3.484 3.544a1.485 1.485 0 0 1-2.125 0l-1.063-1.08a1.548 1.548 0 0 1 0-2.163l3.484-3.544a1.06 1.06 0 0 0 .25-1.042c-.39-1.324-.506-2.397.359-3.502" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Flashlight.jsx.map