import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTShirt = withIcon(function IconTShirt(props) {
    return (<svg data-tag="IconTShirt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M6.725 17.75v-5.238c0-.655-.004-.98-.14-1.05-.136-.068-.404.12-.93.493-.42.297-.703.371-1.032.216-.33-.155-.708-.54-1.318-1.162C2.435 10.123 2 9.679 2 9.236c0-.443.435-.886 1.305-1.772l.74-.753.739-.753c.769-.784 1.385-1.273 2.081-1.567C7.561 4.098 8.337 4 9.425 4c.233 0 .402.053.512.166.11.112.163.284.163.521 0 .713.157 1.228.488 1.566.332.337.838.497 1.537.497s1.205-.16 1.537-.497c.331-.338.488-.853.488-1.565 0-.238.052-.41.163-.522.11-.113.279-.166.512-.166 1.088 0 1.864.098 2.56.391.696.294 1.312.784 2.081 1.567l.74.753.74.753c.869.886 1.304 1.33 1.304 1.772 0 .444-.435.887-1.305 1.773-.61.622-.989 1.007-1.318 1.162-.33.155-.612.08-1.03-.216-.528-.373-.796-.561-.932-.492-.136.069-.14.395-.14 1.049v5.238c0 1.375 0 2.063-.337 2.406-.338.344-1.013.344-2.363.344h-5.4c-1.35 0-2.025 0-2.362-.344-.338-.343-.338-1.031-.338-2.406"/>
    </svg>);
});
//# sourceMappingURL=TShirt.jsx.map