@iimm/icons
Version:
some react svg icons
42 lines (37 loc) • 2.85 kB
JavaScript
var _excluded = ["size"];
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
import React from 'react';
export var IconPptColorful = function IconPptColorful(props) {
var _props$size = props.size,
size = _props$size === void 0 ? 24 : _props$size,
restProps = _objectWithoutProperties(props, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: size,
height: size
}, restProps, {
viewBox: "0 0 1024 1024"
}), /*#__PURE__*/React.createElement("path", {
d: "M968.704 135.168h-430.08v752.64h430.08c15.36 0 26.624-12.288 26.624-26.624V162.816c0-15.36-11.264-27.648-26.624-27.648z",
fill: "#FF8A65",
"p-id": "5789"
}), /*#__PURE__*/React.createElement("path", {
d: "M512 646.144h376.832v53.248H512z m0 107.52h376.832v54.272H512z m161.792-483.328c-89.088 0-161.792 72.704-161.792 161.792C512 521.216 584.704 593.92 673.792 593.92s161.792-72.704 161.792-161.792H673.792V270.336z",
fill: "#FBE9E7",
"p-id": "5790"
}), /*#__PURE__*/React.createElement("path", {
d: "M727.04 216.064v161.792h161.792c0-89.088-72.704-161.792-161.792-161.792z",
fill: "#FBE9E7",
"p-id": "5791"
}), /*#__PURE__*/React.createElement("path", {
d: "M592.896 996.352L28.672 888.832V135.168L592.896 27.648z",
fill: "#E64A19",
"p-id": "5792"
}), /*#__PURE__*/React.createElement("path", {
d: "M319.488 327.68H192.512v368.64h78.848V569.344h40.96c44.032 0 78.848-11.264 104.448-34.816 25.6-22.528 38.912-53.248 38.912-90.112C455.68 366.592 409.6 327.68 319.488 327.68z m-14.336 178.176h-33.792V391.168h33.792c43.008 0 64.512 18.432 64.512 56.32 0 39.936-21.504 58.368-64.512 58.368z",
fill: "#FFFFFF",
"p-id": "5793"
}));
};