@cbinsights/fds
Version:
Form: A design system by CB Insights
40 lines (35 loc) • 1.99 kB
JavaScript
"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:58:59 GMT-0500 (Colombia Standard Time)
* github.com/cbinsights/form-design-system/
*/
var CbiDataIcon = function CbiDataIcon(_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: "M11.0624638,11.5844847 L14.604054,11.5844847 L14.604054,18.024561 L12.649847,18.024561 C12.8765187,17.3920752 13,16.7104579 13,16 C13,14.2533352 12.253648,12.6809902 11.0624638,11.5844847 L11.0624638,11.5844847 Z M2,12.6822049 L2,6.56580464 C2,5.14840987 3.14885448,4 4.56580464,4 L14.604054,4 L14.604054,10.0497147 L7.77595834,10.0497147 C7.52194195,10.0169145 7.26294627,10 7,10 C4.91302925,10 3.07492154,11.0655093 2,12.6822049 L2,12.6822049 Z M22,6.56580464 L22,10 L16,10 L16,4 L19.469346,4 C20.8867408,4 22,5.14840987 22,6.56580464 Z M22,11.5844847 L22,15.4587564 C22,16.8757065 20.8867408,18 19.469346,18 L16,18 L16,11.5844847 L22,11.5844847 Z M3,17 L3,15 L6,15 L6,12 L8,12 L8,15 L11,15 L11,17 L8,17 L8,20 L6,20 L6,17 L3,17 Z"
})))));
};
var _default = CbiDataIcon;
exports.default = _default;