UNPKG

@cbinsights/fds

Version:
40 lines (35 loc) 1.63 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); /** * DO NOT EDIT', * Generated by fds-dictionary on Thu Dec 22 2022 14:59:00 GMT-0500 (Colombia Standard Time) * github.com/cbinsights/form-design-system/ */ var ViewColumnsIcon = function ViewColumnsIcon(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 's' : _ref$size, color = _ref.color, customSize = _ref.customSize; return /*#__PURE__*/_react.default.createElement("div", { className: "fds-icon fds-icon--".concat(size), style: { fill: color, width: customSize && "".concat(customSize, "px"), height: customSize && "".concat(customSize, "px") } }, /*#__PURE__*/_react.default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, /*#__PURE__*/_react.default.createElement("g", { fillRule: "evenodd" }, /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", { d: "M5,3 C3.9069372,3 3,3.9069372 3,5 L3,19 C3,20.093063 3.9069372,21 5,21 L19,21 C20.093063,21 21,20.093063 21,19 L21,5 C21,3.9069372 20.093063,3 19,3 L5,3 Z M5,6 L19,6 L19,19 L5,19 L5,6 Z M5,9 L5,11 L19,11 L19,9 L5,9 Z M11,6 L11,9 L13,9 L13,6 L11,6 Z M11,11 L11,14 L13,14 L13,11 L11,11 Z M11,16 L11,19 L13,19 L13,16 L11,16 Z M5,14 L5,16 L19,16 L19,14 L5,14 Z" }))))); }; var _default = ViewColumnsIcon; exports.default = _default;