UNPKG

box-ui-elements-mlh

Version:
22 lines (19 loc) 1.1 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 IconFileWordDocument = function IconFileWordDocument(props) { return /*#__PURE__*/React.createElement(IconFileBase, _extends({}, props, { baseClassName: "icon-file-word-document" }), /*#__PURE__*/React.createElement("path", { d: "M25 27H7V5h13l5 5z", fill: "#FFFFFF" }), /*#__PURE__*/React.createElement("path", { d: "M20 4H7c-.6 0-1 .4-1 1v22c0 .6.4 1 1 1h18c.6 0 1-.4 1-1V9.9L20 4zm5 23H7V5h13v4c0 .6.4 1 1 1h4v17z", fill: "#2A5696" }), /*#__PURE__*/React.createElement("path", { d: "M10 13h11v1H10zm0 2h11v1H10zm0 2h11v1H10zm0 2h11v1H10zm0 2h11v1H10z", fill: "#2A5696" })); }; export default IconFileWordDocument; //# sourceMappingURL=IconFileWordDocument.js.map