// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M9.86 10.255a5.502 5.502 0 003.75 1.739l.269.007h1.12a.5.5 0 01.09.992l-.09.008h-1.12a6.5 6.5 0 01-4.75-2.063.5.5 0 11.731-.683zM1.62 2a6.5 6.5 0 015.538 3.096.5.5 0 01-.852.524 5.5 5.5 0 00-4.437-2.614L1.62 3H.5a.5.5 0 01-.09-.992L.5 2h1.12z" />
      <path d="M13.146 10.146a.5.5 0 01.638-.058l.069.058 2 2a.5.5 0 01.058.638l-.058.069-2 2a.5.5 0 01-.765-.638l.058-.069 1.647-1.646-1.647-1.646a.5.5 0 01-.058-.638l.058-.069zM1.62 14a6.5 6.5 0 005.818-3.602l.109-.23 1.316-2.924a5.5 5.5 0 014.776-3.238l.24-.005h1.12a.5.5 0 00.09-.992l-.09-.008h-1.12a6.5 6.5 0 00-5.818 3.602l-.109.23-1.316 2.924a5.5 5.5 0 01-4.776 3.238L1.62 13H.5a.5.5 0 00-.09.992L.5 14h1.12z" />
      <path d="M13.146 5.854a.5.5 0 00.638.058l.069-.058 2-2a.5.5 0 00.058-.638l-.058-.069-2-2a.5.5 0 00-.765.638l.058.069L14.793 3.5l-1.647 1.646a.5.5 0 00-.058.638l.058.069z" />
    </svg>
  );
}

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