@icongo/fc
Version:
Flat Color Icons
24 lines • 779 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCUpRight = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M44 19 30 30.7V7.3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M6 27v13h8V27c0-2.2 1.8-4 4-4h17v-8H18c-6.6 0-12 5.4-12 12z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M44 19 30 30.7V7.3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M6 27v13h8V27c0-2.2 1.8-4 4-4h17v-8H18c-6.6 0-12 5.4-12 12z"
})]
}));
export { FCUpRight };