@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphCloudPlus = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cloud-plus",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.916 9.941V7.937H10v-1h3.029v.969h1.033v2.031l2.947.014c-.14-1.43-1.062-2.539-2.189-2.539a1.74 1.74 0 0 0-.714.168c-.694-1.04-1.831-1.72-3.118-1.72-.207 0-.408.022-.605.056C9.701 4.783 8.514 4.03 7.158 4.03c-1.91 0-3.49 1.497-3.779 3.451-.018 0-.034-.006-.051-.006-1.281 0-2.318 1.108-2.318 2.476l7.906-.01Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M12.969 9h-1.031v-.994h-.876V9H10.01v.959h1.052v.989h.876v-.989h1.031V9Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCloudPlus };