@scaleflex/icons
Version:
SVG icons as React components
37 lines • 3.75 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var Cdn = intrinsicComponent(function (_ref, 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,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "Cdn",
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", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M0.685608 2.97586C0.685608 1.33268 2.01767 0.000610352 3.66086 0.000610352H42.3391C43.9823 0.000610352 45.3144 1.33268 45.3144 2.97586V11.3747C45.3144 13.0179 43.9823 14.35 42.3391 14.35H3.66086C2.01767 14.35 0.685608 13.0179 0.685608 11.3747V2.97586ZM23.5466 7.17532C23.5466 8.19558 22.7195 9.02266 21.6992 9.02266C20.679 9.02266 19.8519 8.19558 19.8519 7.17532C19.8519 6.15506 20.679 5.32797 21.6992 5.32797C22.7195 5.32797 23.5466 6.15506 23.5466 7.17532ZM30.0613 9.02266C31.0816 9.02266 31.9086 8.19558 31.9086 7.17532C31.9086 6.15506 31.0816 5.32797 30.0613 5.32797C29.041 5.32797 28.214 6.15506 28.214 7.17532C28.214 8.19558 29.041 9.02266 30.0613 9.02266ZM40.2709 7.17532C40.2709 8.19558 39.4438 9.02266 38.4235 9.02266C37.4033 9.02266 36.5762 8.19558 36.5762 7.17532C36.5762 6.15506 37.4033 5.32797 38.4235 5.32797C39.4438 5.32797 40.2709 6.15506 40.2709 7.17532Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.66086 16.8259C2.01767 16.8259 0.685608 18.158 0.685608 19.8012V28.2C0.685608 29.8432 2.01767 31.1753 3.66086 31.1753H42.3391C43.9823 31.1753 45.3144 29.8432 45.3144 28.2V19.8012C45.3144 18.158 43.9823 16.8259 42.3391 16.8259H3.66086ZM21.6992 25.848C22.7195 25.848 23.5466 25.0209 23.5466 24.0006C23.5466 22.9804 22.7195 22.1533 21.6992 22.1533C20.679 22.1533 19.8519 22.9804 19.8519 24.0006C19.8519 25.0209 20.679 25.848 21.6992 25.848ZM31.9086 24.0006C31.9086 25.0209 31.0816 25.848 30.0613 25.848C29.041 25.848 28.214 25.0209 28.214 24.0006C28.214 22.9804 29.041 22.1533 30.0613 22.1533C31.0816 22.1533 31.9086 22.9804 31.9086 24.0006ZM38.4235 25.848C39.4438 25.848 40.2709 25.0209 40.2709 24.0006C40.2709 22.9804 39.4438 22.1533 38.4235 22.1533C37.4033 22.1533 36.5762 22.9804 36.5762 24.0006C36.5762 25.0209 37.4033 25.848 38.4235 25.848Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.66086 33.6512C2.01767 33.6512 0.685608 34.9833 0.685608 36.6265V45.0254C0.685608 46.6685 2.01767 48.0006 3.66086 48.0006H42.3391C43.9823 48.0006 45.3144 46.6685 45.3144 45.0254V36.6265C45.3144 34.9833 43.9823 33.6512 42.3391 33.6512H3.66086ZM21.6992 42.6733C22.7195 42.6733 23.5466 41.8462 23.5466 40.826C23.5466 39.8057 22.7195 38.9786 21.6992 38.9786C20.679 38.9786 19.8519 39.8057 19.8519 40.826C19.8519 41.8462 20.679 42.6733 21.6992 42.6733ZM31.9086 40.826C31.9086 41.8462 31.0816 42.6733 30.0613 42.6733C29.041 42.6733 28.214 41.8462 28.214 40.826C28.214 39.8057 29.041 38.9786 30.0613 38.9786C31.0816 38.9786 31.9086 39.8057 31.9086 40.826ZM38.4235 42.6733C39.4438 42.6733 40.2709 41.8462 40.2709 40.826C40.2709 39.8057 39.4438 38.9786 38.4235 38.9786C37.4033 38.9786 36.5762 39.8057 36.5762 40.826C36.5762 41.8462 37.4033 42.6733 38.4235 42.6733Z",
fill: color
}));
});
export default Cdn;