import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAlarm = withIcon(function IconAlarm(props) {
    return (<svg data-tag="IconAlarm" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m19.29 7.405-1.347-1.348-1.348-1.348a2.216 2.216 0 0 1-.356-.439.747.747 0 0 1-.114-.377c0-.209.167-.526.45-.79.284-.265.683-.478 1.148-.478.744 0 1.657.541 2.384 1.269.727.727 1.268 1.64 1.268 2.383 0 .465-.212.865-.477 1.148-.265.283-.582.45-.792.45a.748.748 0 0 1-.377-.114 2.21 2.21 0 0 1-.438-.356M2.626 6.277c0 .465.212.865.477 1.148.265.283.582.45.792.45.12 0 .243-.037.377-.114.133-.077.277-.194.438-.356l1.348-1.348 1.348-1.348a2.16 2.16 0 0 0 .356-.439.747.747 0 0 0 .114-.377c0-.209-.167-.526-.45-.79-.284-.265-.683-.478-1.149-.478-.743 0-1.656.541-2.383 1.269-.727.727-1.268 1.64-1.268 2.383m2.638 10.687c.162-.324.248-.57.254-.815.005-.246-.07-.492-.232-.816A7.457 7.457 0 0 1 4.5 12c0-2.071.84-3.946 2.197-5.303A7.477 7.477 0 0 1 12 4.5c2.071 0 3.946.84 5.303 2.197A7.477 7.477 0 0 1 19.5 12a7.463 7.463 0 0 1-.785 3.333c-.162.324-.237.57-.232.816.005.245.092.49.254.815l.633 1.265.632 1.266c.085.169.147.326.188.471.04.145.06.277.06.394 0 .203-.059.363-.168.472-.109.11-.269.168-.472.168-.117 0-.25-.02-.394-.06a2.697 2.697 0 0 1-.472-.187l-1.511-.756-1.513-.756c-.282-.142-.491-.215-.704-.228-.213-.013-.431.033-.732.13a7.465 7.465 0 0 1-4.568 0c-.301-.097-.519-.143-.732-.13-.213.013-.422.086-.705.227l-1.512.757-1.512.756a2.749 2.749 0 0 1-.471.187 1.5 1.5 0 0 1-.394.06c-.203 0-.363-.058-.472-.168-.11-.109-.168-.269-.168-.472 0-.117.02-.249.06-.394.041-.145.103-.302.188-.471l.632-1.266zM12 13.125A1.121 1.121 0 0 0 13.125 12c0-1.937-.125-3.437-.328-4.453C12.596 6.531 12.314 6 12 6c-.282 0-.538.432-.734 1.261-.196.83-.332 2.055-.375 3.641-1.1.056-1.947.195-2.52.388s-.871.44-.871.71c0 .313.399.595 1.16.797.762.203 1.887.328 3.34.328"/>
    </svg>);
});
//# sourceMappingURL=Alarm.jsx.map