import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M5 19a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1ZM9.879 4.707a3 3 0 0 1 4.243 0l2.566 2.567a1 1 0 0 0 1.154.187l.711-.355c1.535-.768 3.232.703 2.689 2.331l-1.837 5.512a3 3 0 0 1-2.846 2.05H7.442a3 3 0 0 1-2.846-2.05L2.759 9.437C2.216 7.81 3.913 6.338 5.447 7.106l.711.355a1 1 0 0 0 1.154-.187L9.88 4.707Z" clipRule="evenodd" /></svg>;
export default SvgComponent;