UNPKG

box-ui-elements

Version:
20 lines 1.15 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 IconFilePowerpointPresentation = props => /*#__PURE__*/React.createElement(IconFileBase, _extends({}, props, { baseClassName: "icon-file-powerpoint-presentation" }), /*#__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: "#B84729" }), /*#__PURE__*/React.createElement("path", { d: "M10 20h11v1H10zm0 2h11v1H10zm5-9c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3h-3v-3z", fill: "#B84729" }), /*#__PURE__*/React.createElement("path", { d: "M16 12v3h3c0-1.7-1.3-3-3-3z", fill: "#B84729" })); export default IconFilePowerpointPresentation; //# sourceMappingURL=IconFilePowerpointPresentation.js.map