@icongo/fc
Version:
Flat Color Icons
35 lines (34 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCDoNotMix = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCDoNotMix = function FCDoNotMix(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: "#00BCD4",
d: "M26.9 42H17v-9.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00BCD4",
d: "M30 6v20.2L19.8 36.4l2.8 2.8L34 27.8V6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2196F3",
d: "M15.9 31H6v-9.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2196F3",
d: "M20.2 14 8.8 25.4l2.8 2.8L21.8 18H41v-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474F",
d: "M3.563 6.396 6.39 3.568l37.966 37.966-2.828 2.828z"
})]
}));
};
exports.FCDoNotMix = FCDoNotMix;