@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCloudCloud = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cloud-cloud",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.037 6.286c.958 0 1.803.543 2.32 1.234a1.42 1.42 0 0 1 .531-.111c.46 0 .869.225 1.166.581h3.887c0-.917-.702-1.661-1.57-1.661-.011 0-.022.003-.034.003-.196-1.31-1.265-2.315-2.559-2.315-.917 0-1.72.507-2.182 1.267a2.533 2.533 0 0 0-.411-.038c-.732 0-1.391.236-1.86.754.093.103.184.209.261.325a2.93 2.93 0 0 1 .451-.039Zm3.469 3.124c-.298-.394-.709-.644-1.172-.644-.188 0-.365.049-.533.123-.52-.765-1.369-1.264-2.332-1.264-.155 0-.305.016-.453.041a2.775 2.775 0 0 0-.264-.36c-.525-.628-1.193-1.257-2.051-1.257-1.43 0-2.709 1.33-2.925 2.768-.013-.001-.024-.004-.038-.004-.958 0-1.734 1.14-1.734 2.145h11.969c-.047-.476-.219-1.223-.467-1.548Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCloudCloud };