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

function TextWidth(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="M1.446 2.304l.964.482c.125.054 3.393.089 3.768.089 1.571 0 3.143-.071 4.714-.071 4.732 0 9.518-.107 14.25.054.393.018.768-.232 1-.554l.75-.018c.161 0 .339.018.5.018.036 2 .036 4 .036 6 0 .643.018 1.321-.089 1.946a5.77 5.77 0 01-1.214.321c-.411-.714-.696-1.5-.964-2.286-.125-.357-.571-2.768-.589-2.804a1.033 1.033 0 00-.482-.339c-.143-.054-1-.036-1.179-.036-2.196 0-4.732-.125-6.893.125-.089.786-.161 1.625-.143 2.429l.018 2.714v-.929c.018 2.911.054 5.804.054 8.696 0 1.375-.214 2.821.179 4.143 1.357.696 2.964.804 4.357 1.429.036.286.089.589.089.893 0 .161-.018.339-.054.518l-.607.018c-2.536.071-5.036-.321-7.589-.321-1.804 0-3.607.321-5.411.321-.018-.304-.054-.625-.054-.929v-.161c.679-1.089 3.125-1.107 4.25-1.768.446-1 .321-9.446.321-11.018 0-.25-.089-.518-.089-.786 0-.732.125-4.929-.143-5.232-.25-.268-2.589-.214-2.893-.214-.75 0-4.946.393-5.375.679-.839.554-.857 4.143-1.929 4.232-.321-.196-.768-.482-1-.786V2.32zm21.947 22.892c.625 0 3 2.125 3.482 2.5.268.214.464.518.464.875s-.196.661-.464.875c-.482.375-2.857 2.5-3.482 2.5-.821 0-.536-1.911-.536-2.232H4.571c0 .321.286 2.232-.536 2.232-.625 0-3-2.125-3.482-2.5-.268-.214-.464-.518-.464-.875s.196-.661.464-.875c.482-.375 2.857-2.5 3.482-2.5.821 0 .536 1.911.536 2.232h18.286c0-.321-.286-2.232.536-2.232z" />
    </svg>
  );
}

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