1
0
Fork 0
freesewing/packages/freesewing.shared/components/icons/without-breasts.js
2022-01-25 08:29:52 +01:00

8 lines
468 B
JavaScript

const WithoutBreasts = () => (
<svg xmlns="http://www.w3.org/2000/svg" className="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" stroke="none">
<path d="M 6.2021092,6.7988281 C 5.0433189,10.972649 5.2215488,13.211802 5.2215488,16.798828 h 5.8983122 l 0.143133,-1.21128 c 0.331559,-1.834081 0.655671,-2.543616 1.078829,0.07477 l 0.134587,1.136509 h 5.896176 c 0,-3.587026 0.180363,-5.826179 -0.978425,-9.9999999 z" />
</svg>
)
export default WithoutBreasts