@scaleflex/icons
Version:
SVG icons as React components
25 lines • 2.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var ErrorCloudimageNodes = function ErrorCloudimageNodes(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "ErrorCloudimageNodes",
ref: ref,
width: size,
height: size,
viewBox: "0 0 46 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M30.5001 7.50055H35.5001C36.8262 7.50055 38.0979 8.02733 39.0356 8.96502C39.9733 9.9027 40.5001 11.1745 40.5001 12.5005V32.9255C42.1688 33.5153 43.5753 34.676 44.471 36.2026C45.3666 37.7291 45.6938 39.5231 45.3946 41.2675C45.0954 43.0119 44.1892 44.5944 42.836 45.7352C41.4829 46.8761 39.77 47.5018 38.0001 47.5018C36.2302 47.5018 34.5173 46.8761 33.1641 45.7352C31.811 44.5944 30.9047 43.0119 30.6055 41.2675C30.3064 39.5231 30.6335 37.7291 31.5292 36.2026C32.4248 34.676 33.8313 33.5153 35.5001 32.9255V12.5005H30.5001V20.0005L19.2501 10.0005L30.5001 0.000549316V7.50055ZM5.50007 17.0756C3.83134 16.4858 2.42484 15.3251 1.52917 13.7985C0.63351 12.272 0.306358 10.478 0.605546 8.73358C0.904734 6.98917 1.811 5.40669 3.16414 4.26587C4.51729 3.12504 6.23019 2.49933 8.00007 2.49933C9.76996 2.49933 11.4829 3.12504 12.836 4.26587C14.1892 5.40669 15.0954 6.98917 15.3946 8.73358C15.6938 10.478 15.3666 12.272 14.471 13.7985C13.5753 15.3251 12.1688 16.4858 10.5001 17.0756V32.9255C12.1688 33.5153 13.5753 34.676 14.471 36.2026C15.3666 37.7291 15.6938 39.5231 15.3946 41.2675C15.0954 43.0119 14.1892 44.5944 12.836 45.7352C11.4829 46.8761 9.76996 47.5018 8.00007 47.5018C6.23019 47.5018 4.51729 46.8761 3.16414 45.7352C1.811 44.5944 0.904734 43.0119 0.605546 41.2675C0.306358 39.5231 0.63351 37.7291 1.52917 36.2026C2.42484 34.676 3.83134 33.5153 5.50007 32.9255V17.0756Z",
fill: color
}));
};
export default ErrorCloudimageNodes;