// Generated by script, don't edit it please.
import * as React from 'react';

function Random(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.893 8.589c-1 1.536-1.732 3.196-2.446 4.875-1.036-2.161-2.179-4.321-4.875-4.321h-4a.564.564 0 01-.571-.571V5.143c0-.321.25-.571.571-.571h4c3.179 0 5.518 1.482 7.321 4.018zM32 22.857a.597.597 0 01-.161.411l-5.714 5.714a.597.597 0 01-.411.161.587.587 0 01-.571-.571v-3.429c-5.304 0-8.571.625-11.875-4.018.982-1.536 1.714-3.196 2.429-4.875 1.036 2.161 2.179 4.321 4.875 4.321h4.571v-3.429c0-.321.25-.571.571-.571.161 0 .304.071.429.179l5.696 5.696a.597.597 0 01.161.411zm0-16a.597.597 0 01-.161.411l-5.714 5.714a.597.597 0 01-.411.161.575.575 0 01-.571-.571V9.143h-4.571c-2.375 0-3.5 1.625-4.5 3.554-.518 1-.964 2.036-1.393 3.054-1.982 4.607-4.304 9.393-10.107 9.393h-4a.564.564 0 01-.571-.571v-3.429c0-.321.25-.571.571-.571h4c2.375 0 3.5-1.625 4.5-3.554.518-1 .964-2.036 1.393-3.054 1.982-4.607 4.304-9.393 10.107-9.393h4.571V1.143c0-.321.25-.571.571-.571.161 0 .304.071.429.179l5.696 5.696a.597.597 0 01.161.411z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Random);
export default ForwardRef;
