import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAlignSpan = withIcon(function IconAlignSpan(props) {
    return (<svg data-tag="IconAlignSpan" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.5 18c.6 0 .974.076 1.2.3.224.226.3.6.3 1.2s-.076.974-.3 1.2c-.226.224-.6.3-1.2.3h-15c-.6 0-.974-.076-1.2-.3-.224-.226-.3-.6-.3-1.2s.076-.974.3-1.2c.226-.224.6-.3 1.2-.3zM16.875 7.875c2.063 0 3.094 0 3.61.516C21 8.906 21 9.938 21 12c0 2.063 0 3.094-.516 3.61-.515.515-1.547.515-3.609.515h-9.75l-1.361-.008c-1.185-.024-1.862-.12-2.248-.508C3 15.094 3 14.063 3 12c0-2.062 0-3.094.516-3.61.515-.515 1.547-.515 3.609-.515zM19.5 3c.6 0 .974.076 1.2.3.224.226.3.6.3 1.2s-.076.974-.3 1.2c-.226.224-.6.3-1.2.3h-15c-.6 0-.974-.076-1.2-.3-.224-.226-.3-.6-.3-1.2s.076-.974.3-1.2c.226-.224.6-.3 1.2-.3z"/>
    </svg>);
});
//# sourceMappingURL=AlignSpan.jsx.map