UNPKG

@hrobarikt/box-ui-elements

Version:
25 lines (22 loc) 1.2 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 IconFilePowerpointPresentation = function IconFilePowerpointPresentation(props) { return React.createElement(IconFileBase, _extends({}, props, { baseClassName: "icon-file-powerpoint-presentation" }), React.createElement("path", { d: "M25 27H7V5h13l5 5z", fill: "#FFFFFF" }), 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" }), 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" }), React.createElement("path", { d: "M16 12v3h3c0-1.7-1.3-3-3-3z", fill: "#B84729" })); }; export default IconFilePowerpointPresentation; //# sourceMappingURL=IconFilePowerpointPresentation.js.map