@cbinsights/fds
Version:
Form: A design system by CB Insights
40 lines (35 loc) • 1.54 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 DownloadOutlinedIcon = function DownloadOutlinedIcon(_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: "M10.5,2 C9.6829372,2 9,2.6829372 9,3.5 L9,10 L4.5859375,10 L12,17.414062 L19.414062,10 L15,10 L15,3.5 C15,2.6829372 14.317063,2 13.5,2 L10.5,2 Z M11,4 L13,4 L13,12 L14.585938,12 L12,14.585938 L9.4140625,12 L11,12 L11,4 Z M2,20 L2,22 L22,22 L22,20 L2,20 Z"
})))));
};
var _default = DownloadOutlinedIcon;
exports.default = _default;