import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M11.566 4.241 3.643 8.643a.409.409 0 0 0 0 .714l7.922 4.402c.27.15.6.15.87 0l8.136-4.52a.273.273 0 0 0 0-.478l-8.137-4.52a.895.895 0 0 0-.868 0Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M11.566 4.241 3.643 8.643a.409.409 0 0 0 0 .714l7.922 4.402c.27.15.6.15.87 0l8.136-4.52a.273.273 0 0 0 0-.478l-8.137-4.52a.895.895 0 0 0-.868 0Z" /><path d="m5.5 10.5-.369 4.79c-.075.984.578 1.874 1.53 2.136.623.172 1.308.376 1.839.574.765.285 1.613.766 2.282 1.184a2.31 2.31 0 0 0 2.436 0c.67-.418 1.517-.899 2.282-1.184a23.446 23.446 0 0 1 1.84-.574c.95-.262 1.604-1.152 1.529-2.135L18.5 10.5" /><path d="m11.5 10.5-2.492 1.424A2 2 0 0 0 8 13.661V20" /></svg>;
export default SvgComponent;