@icongo/fc
Version:
Flat Color Icons
53 lines (52 loc) • 2.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCCamcorderPro = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCCamcorderPro = function FCCamcorderPro(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: "#37474F",
d: "M27 8h10v4H27z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607D8B",
d: "M27 8h-9.7c-1.5 0-2.8.8-3.5 2.1l-3.3 6L14 18l3.3-6H27v7.2h4V12c0-2.2-1.8-4-4-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607D8B",
d: "M30 40H6c-2.2 0-4-1.8-4-4V20c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v16c0 2.2-1.8 4-4 4zm8-5 5 5h3V18h-3l-5 5v12z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546E7A",
d: "M22 35H8c-1.1 0-2-.9-2-2V23c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#455A64",
d: "M34 23h4v12h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#263238",
d: "M41 13h-4c-.6 0-1-.4-1-1V8c0-.6.4-1 1-1h4c1.7 0 3 1.3 3 3s-1.3 3-3 3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#03A9F4",
d: "M8 23h14v10H8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4FC3F7",
d: "M13.5 25.5 9 32h9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#B3E5FC",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 19.5,
cy: 25.5,
r: 1.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17.5 27.6 14 32h7z"
})]
})]
}));
};
exports.FCCamcorderPro = FCCamcorderPro;