@icongo/fc
Version:
Flat Color Icons
18 lines • 559 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 FCRightUp = 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: "M41 7v18L23 7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "m12.641 40.983-5.656-5.656 23.12-23.119 5.655 5.656z"
})]
}));
export { FCRightUp };