UNPKG

@icongo/fc

Version:
30 lines (29 loc) 1.25 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCFeedIn = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCFeedIn = function FCFeedIn(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: "#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__*/(0, _jsxRuntime.jsxs)("g", { fill: "#3F51B5", children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", { d: "m37 27-6 6-6-6zm-14 0-6 6-6-6z" })] })] })); }; exports.FCFeedIn = FCFeedIn;