import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCloud = withIcon(function IconCloud(props) {
    return (<svg data-tag="IconCloud" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3.75c1.21 0 2.336.36 3.278.976a6.027 6.027 0 0 1 2.171 2.526c.177.386.31.631.5.81.189.18.436.295.842.42a5.247 5.247 0 0 1 2.66 1.87A5.224 5.224 0 0 1 22.5 13.5c0 1.45-.588 2.762-1.538 3.712a5.234 5.234 0 0 1-3.712 1.538H6a4.486 4.486 0 0 1-3.182-1.318A4.486 4.486 0 0 1 1.5 14.25a4.508 4.508 0 0 1 3.135-4.29c.5-.158.82-.3 1.047-.529.226-.23.357-.546.476-1.057A6 6 0 0 1 12 3.75"/>
    </svg>);
});
//# sourceMappingURL=Cloud.jsx.map