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

function Magic(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.25 10.375l5.232-5.232-1.911-1.911-5.232 5.232zm7.982-5.232c0 .304-.107.589-.321.804L5.947 28.911c-.214.214-.5.321-.804.321s-.589-.107-.804-.321L.803 25.375c-.214-.214-.321-.5-.321-.804s.107-.589.321-.804L23.767.803c.214-.214.5-.321.804-.321s.589.107.804.321l3.536 3.536c.214.214.321.5.321.804zM5.107 1.75l1.75.536-1.75.536-.536 1.75-.536-1.75-1.75-.536 1.75-.536L4.571 0zm6.25 2.893l3.5 1.071-3.5 1.071-1.071 3.5-1.071-3.5-3.5-1.071 3.5-1.071 1.071-3.5zm16.607 8.536l1.75.536-1.75.536-.536 1.75-.536-1.75-1.75-.536 1.75-.536.536-1.75zM16.536 1.75l1.75.536-1.75.536L16 4.572l-.536-1.75-1.75-.536 1.75-.536L16 0z" />
    </svg>
  );
}

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