@scaleflex/icons
Version:
SVG icons as React components
49 lines • 3.61 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 GridView = 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": "GridView",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M1.60502 0H12.6915C13.3567 0 14.0219 0.554324 14.0219 1.33038V12.4169C14.0219 13.0821 13.4676 13.7472 12.6915 13.7472H1.60502C0.939827 13.7472 0.274658 13.1929 0.274658 12.4169V1.33038C0.274658 0.554324 0.828962 0 1.60502 0Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M19.787 0H30.8735C31.5387 0 32.2039 0.554324 32.2039 1.33038V12.4169C32.2039 13.0821 31.6496 13.7472 30.8735 13.7472H19.787C19.1218 13.7472 18.4567 13.1929 18.4567 12.4169V1.33038C18.4567 0.554324 19.011 0 19.787 0Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M37.8578 0H48.9443C49.6095 0 50.2747 0.554324 50.2747 1.33038V12.4169C50.2747 13.0821 49.7204 13.7472 48.9443 13.7472H37.8578C37.1926 13.7472 36.5274 13.1929 36.5274 12.4169V1.33038C36.6383 0.554324 37.1926 0 37.8578 0Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M1.60502 17.9601H12.6915C13.3567 17.9601 14.0219 18.5144 14.0219 19.2904V30.3769C14.0219 31.0421 13.4676 31.7073 12.6915 31.7073H1.60502C0.939827 31.7073 0.274658 31.153 0.274658 30.3769V19.2904C0.274658 18.5144 0.828962 17.9601 1.60502 17.9601Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M19.787 17.9601H30.8735C31.5387 17.9601 32.2039 18.5144 32.2039 19.2904V30.3769C32.2039 31.0421 31.6496 31.7073 30.8735 31.7073H19.787C19.1218 31.7073 18.4567 31.153 18.4567 30.3769V19.2904C18.4567 18.5144 19.011 17.9601 19.787 17.9601Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M37.8578 17.9601H48.9443C49.6095 17.9601 50.2747 18.5144 50.2747 19.2904V30.3769C50.2747 31.0421 49.7204 31.7073 48.9443 31.7073H37.8578C37.1926 31.7073 36.5274 31.153 36.5274 30.3769V19.2904C36.6383 18.5144 37.1926 17.9601 37.8578 17.9601Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M1.60502 35.8094H12.6915C13.3567 35.8094 14.0219 36.3637 14.0219 37.1398V48.2263C14.0219 48.8915 13.4676 49.5567 12.6915 49.5567H1.60502C0.939827 49.5567 0.274658 49.0023 0.274658 48.2263V37.1398C0.274658 36.3637 0.828962 35.8094 1.60502 35.8094Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M19.787 35.8094H30.8735C31.5387 35.8094 32.2039 36.3637 32.2039 37.1398V48.2263C32.2039 48.8915 31.6496 49.5567 30.8735 49.5567H19.787C19.1218 49.5567 18.4567 49.0023 18.4567 48.2263V37.1398C18.4567 36.3637 19.011 35.8094 19.787 35.8094Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M37.8578 35.8094H48.9443C49.6095 35.8094 50.2747 36.3637 50.2747 37.1398V48.2263C50.2747 48.8915 49.7204 49.5567 48.9443 49.5567H37.8578C37.1926 49.5567 36.5274 49.0023 36.5274 48.2263V37.1398C36.6383 36.3637 37.1926 35.8094 37.8578 35.8094Z",
fill: color
}));
});
export default GridView;