UNPKG

box-ui-elements

Version:
47 lines 1.65 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import * as React from 'react'; import IconFileBase from './IconFileBase'; const IconFileText = props => /*#__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