import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAlignLeft = withIcon(function IconAlignLeft(props) {
    return (<svg data-tag="IconAlignLeft" 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-.3zM7.125 7.875c2.063 0 3.094 0 3.61.516.515.515.515 1.547.515 3.609 0 2.063 0 3.094-.516 3.61-.386.386-1.063.483-2.248.507l-1.361.008c-2.062 0-3.094 0-3.61-.516C3 15.094 3 14.063 3 12c0-2.062 0-3.094.516-3.61.515-.515 1.547-.515 3.609-.515M19.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=AlignLeft.jsx.map