@icongo/fc
Version:
Flat Color Icons
22 lines • 846 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 FCFeedIn = 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: "#2196F3",
d: "M38 24v12c0 1.1-.9 2-2 2H12c-1.1 0-2-.9-2-2V24c0-3.3-2.7-6-6-6v4c1.1 0 2 .9 2 2v12c0 3.3 2.7 6 6 6h24c3.3 0 6-2.7 6-6V24c0-1.1.9-2 2-2v-4c-3.3 0-6 2.7-6 6z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#3F51B5",
children: [/*#__PURE__*/_jsx("path", {
d: "M38.6 5.6 29 15.2V28h4V16.8l8.4-8.4zm-32 2.8 8.4 8.4V28h4V15.2L9.4 5.6z"
}), /*#__PURE__*/_jsx("path", {
d: "m37 27-6 6-6-6zm-14 0-6 6-6-6z"
})]
})]
}));
export { FCFeedIn };