@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 764 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCloud = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cloud",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.797 7.445c-.25 0-.487.068-.713.168-.694-1.036-1.832-1.714-3.119-1.714-.206 0-.407.022-.605.056-.682-1.129-1.869-1.88-3.225-1.88-1.91 0-3.49 1.491-3.779 3.438-.018 0-.034-.004-.051-.004-1.281 0-2.318 1.104-2.318 2.467h16c-.139-1.425-1.061-2.531-2.19-2.531Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCloud };