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

function ToggleRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M19.429 16c0 .375-.179.714-.482.929l-8 5.714c-.339.25-.804.286-1.179.089a1.127 1.127 0 01-.625-1.018V10.285c0-.429.232-.821.625-1.018a1.125 1.125 0 011.179.089l8 5.714c.304.214.482.554.482.929zm3.428 8.571V7.428a.564.564 0 00-.571-.571H5.143a.564.564 0 00-.571.571v17.143c0 .321.25.571.571.571h17.143c.321 0 .571-.25.571-.571zm4.572-17.142v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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