UNPKG

@icongo/fc

Version:
42 lines (41 loc) 1.73 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCVideoProjector = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCVideoProjector = function FCVideoProjector(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: "#546E7A", d: "M5 34h6v3H5zm32 0h6v3h-6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909C", d: "M44 35H4c-2.2 0-4-1.8-4-4V17c0-2.2 1.8-4 4-4h40c2.2 0 4 1.8 4 4v14c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#37474F", d: "M5 19h2v2H5zm0 4h2v2H5zm0 4h2v2H5zm4-8h2v2H9zm0 4h2v2H9zm0 4h2v2H9zm4-8h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm4-8h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm4-8h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 37, cy: 24, r: 8, fill: "#37474F" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 37, cy: 24, r: 6, fill: "#a0f" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#EA80FC", d: "M40.7 21.7c-1-1.1-2.3-1.7-3.7-1.7s-2.8.6-3.7 1.7c-.4.4-.3 1 .1 1.4.4.4 1 .3 1.4-.1 1.2-1.3 3.3-1.3 4.5 0 .2.2.5.3.7.3.2 0 .5-.1.7-.3.4-.3.4-.9 0-1.3z" })] })); }; exports.FCVideoProjector = FCVideoProjector;