import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPrint = withIcon(function IconPrint(props) {
    return (<svg data-tag="IconPrint" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15 12H9c-3 0-4.5 0-5.25.75S3 15 3 18c0 1.5 0 2.25.375 2.625S4.5 21 6 21h12c1.5 0 2.25 0 2.625-.375S21 19.5 21 18c0-3 0-4.5-.75-5.25S18 12 15 12m1.713 6.75H7.287c-1.213 0-1.82 0-1.988-.271-.167-.272.104-.814.647-1.9.207-.415.31-.622.478-.725.168-.104.4-.104.863-.104h9.426c.463 0 .695 0 .863.104.167.103.271.31.478.725.543 1.085.814 1.628.647 1.9-.168.271-.775.271-1.988.271M6 9.75V9c0-3 0-4.5.75-5.25S9 3 12 3s4.5 0 5.25.75S18 6 18 9v.75c0 .375 0 .562-.094.656-.094.094-.281.094-.656.094H6.75c-.375 0-.562 0-.656-.094C6 10.312 6 10.125 6 9.75"/>
    </svg>);
});
//# sourceMappingURL=Print.jsx.map