Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
components
/
atoms
/
Icons
/
GridViewIcon
/
GridViewLargeIcon
/
GridViewLargeIcon.js
|
|---|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importDefault(require("react"));
const Vector_1 = __importDefault(require("../../../Vector"));
const wording = {
title: 'Grid View Icon',
description: 'Three rows and four coloumns of small boxes which indicates grid view',
};
class GridViewLargeIcon extends react_1.default.PureComponent {
render() {
return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording, { stroke: "none" }),
react_1.default.createElement("g", null,
react_1.default.createElement("path", { d: "M0 4h4V0H0v4zm0 5h4V5H0v4zm5 0h4V5H5v4zm5 0h4V5h-4v4zM5 4h4V0H5v4zm5-4v4h4V0h-4zm5 9h4V5h-4v4zM0 14h4v-4H0v4zm5 0h4v-4H5v4zm5 0h4v-4h-4v4zm5 0h4v-4h-4v4zm0-14v4h4V0h-4z" }),
react_1.default.createElement("path", { d: "M-3-5h24v24H-3z", fill: "none" }))));
}
}
GridViewLargeIcon.defaultProps = {
width: '19px',
height: '14px',
viewBox: '0 0 19 14',
fill: '#000000',
};
exports.GridViewLargeIcon = GridViewLargeIcon;
exports.default = GridViewLargeIcon;
//# sourceMappingURL=GridViewLargeIcon.js.map