@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.03 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 GYSiGlyphCloudRemove = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cloud-remove",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.965 10.991V8.987l5.051-.034v2.031l2.994-.033c-.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.056C8.702 5.783 7.515 5.03 6.159 5.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.954.04Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9 10h2.959v.99H9z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCloudRemove };