import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAlignCenter = withIcon(function IconAlignCenter(props) {
    return (<svg data-tag="IconAlignCenter" 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-.3zM12 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-.515.515-1.546.515-3.609.515-2.062 0-3.094 0-3.61-.516-.515-.515-.515-1.546-.515-3.609 0-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=AlignCenter.jsx.map