UNPKG

box-ui-elements-mlh

Version:
52 lines (49 loc) 1.81 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import IconFileBase from './IconFileBase'; var IconFileText = function IconFileText(props) { return /*#__PURE__*/React.createElement(IconFileBase, _extends({}, props, { baseClassName: "icon-file-text" }), /*#__PURE__*/React.createElement("path", { clipRule: "evenodd", d: "M24.5,27.5h-17c-0.6,0-1-0.4-1-1v-21c0-0.6,0.4-1,1-1h12l6,6v16 C25.5,27.1,25.1,27.5,24.5,27.5z", fill: "#3464AF", fillRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { clipRule: "evenodd", d: "M24,26.5H8c-0.3,0-0.5-0.2-0.5-0.5V6c0-0.3,0.2-0.5,0.5-0.5h11.5 l5,5V26C24.5,26.3,24.3,26.5,24,26.5z", fill: "#FFFFFF", fillRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { clipRule: "evenodd", d: "M19.5,4.5l6,6h-5c-0.6,0-1-0.4-1-1V4.5z", fill: "#3464AF", fillRule: "evenodd" }), /*#__PURE__*/React.createElement("rect", { clipRule: "evenodd", fill: "#3464AF", fillRule: "evenodd", height: "1", width: "11", x: "10.5", y: "14.5" }), /*#__PURE__*/React.createElement("rect", { clipRule: "evenodd", fill: "#3464AF", fillRule: "evenodd", height: "1", width: "11", x: "10.5", y: "17.5" }), /*#__PURE__*/React.createElement("rect", { clipRule: "evenodd", fill: "#3464AF", fillRule: "evenodd", height: "1", width: "8", x: "10.5", y: "20.5" })); }; export default IconFileText; //# sourceMappingURL=IconFileText.js.map