@icongo/fc
Version:
Flat Color Icons
18 lines • 575 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 FCRightDown2 = 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: "M29 44 17.3 30h23.4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M21 6H8v8h13c2.2 0 4 1.8 4 4v17h8V18c0-6.6-5.4-12-12-12z"
})]
}));
export { FCRightDown2 };