choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
63 lines (57 loc) • 2.75 kB
JavaScript
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var React = _interopRequireWildcard(require("react"));
var PdfIcon = function PdfIcon(_ref) {
var className = _ref.className;
return /*#__PURE__*/React.createElement("svg", {
className: className,
viewBox: "0 0 20 20",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink"
}, /*#__PURE__*/React.createElement("title", null, "icon/pdf"), /*#__PURE__*/React.createElement("g", {
id: "OCR",
stroke: "none",
strokeWidth: "1",
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "icon/pdf"
}, /*#__PURE__*/React.createElement("rect", {
id: "\u77E9\u5F62",
x: "0",
y: "0",
width: "20",
height: "20"
}), /*#__PURE__*/React.createElement("g", {
id: "\u7F16\u7EC4-3",
transform: "translate(2.500000, 2.000000)"
}, /*#__PURE__*/React.createElement("path", {
d: "M15,15 C15,15.5522847 14.5522847,16 14,16 L2,16 C1.44771525,16 1,15.5522847 1,15 L1,1 C1,0.44771525 1.44771525,1.01453063e-16 2,0 L11,0 L15,4 L15,15 Z",
id: "\u5F62\u72B6\u7ED3\u5408",
fill: "#FDEDEF"
}), /*#__PURE__*/React.createElement("rect", {
id: "\u77E9\u5F62",
fill: "#F45063",
x: "0",
y: "8",
width: "13",
height: "6"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.935,13 L2.935,11.63 L3.82,11.63 C4.69,11.63 5.125,11.26 5.125,10.525 C5.125,9.795 4.69,9.43 3.83,9.43 L2.35,9.43 L2.35,13 L2.935,13 Z M3.785,11.13 L2.935,11.13 L2.935,9.93 L3.785,9.93 C4.04,9.93 4.23,9.975 4.35,10.07 C4.47,10.16 4.535,10.31 4.535,10.525 C4.535,10.74 4.475,10.895 4.355,10.99 C4.235,11.08 4.045,11.13 3.785,11.13 Z M6.93,13 C7.51,13 7.945,12.84 8.245,12.52 C8.53,12.215 8.675,11.78 8.675,11.215 C8.675,10.645 8.53,10.21 8.245,9.91 C7.945,9.59 7.51,9.43 6.93,9.43 L5.625,9.43 L5.625,13 L6.93,13 Z M6.82,12.5 L6.21,12.5 L6.21,9.93 L6.82,9.93 C7.265,9.93 7.59,10.03 7.795,10.235 C7.995,10.435 8.095,10.765 8.095,11.215 C8.095,11.655 7.995,11.98 7.795,12.19 C7.59,12.395 7.265,12.5 6.82,12.5 Z M9.81,13 L9.81,11.42 L11.555,11.42 L11.555,10.92 L9.81,10.92 L9.81,9.93 L11.66,9.93 L11.66,9.43 L9.225,9.43 L9.225,13 L9.81,13 Z",
id: "PDF",
fill: "#FFFFFF",
fillRule: "nonzero"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.9990397,4 L12,4 C11.4477153,4 11,3.55228475 11,3 L11,0 L11,0 L14.9990397,4 Z",
id: "\u77E9\u5F62\u5907\u4EFD-11",
fill: "#FBB9C1"
})))));
};
var _default = PdfIcon;
exports["default"] = _default;
//# sourceMappingURL=pdfIcon.js.map