@icongo/fc
Version:
Flat Color Icons
32 lines (31 loc) • 1.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCUpRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCUpRight = function FCUpRight(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3F51B5",
d: "M44 19 30 30.7V7.3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3F51B5",
d: "M6 27v13h8V27c0-2.2 1.8-4 4-4h17v-8H18c-6.6 0-12 5.4-12 12z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3F51B5",
d: "M44 19 30 30.7V7.3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#3F51B5",
d: "M6 27v13h8V27c0-2.2 1.8-4 4-4h17v-8H18c-6.6 0-12 5.4-12 12z"
})]
}));
};
exports.FCUpRight = FCUpRight;