UNPKG

@icongo/fc

Version:
52 lines (51 loc) 1.55 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCFilmReel = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCFilmReel = function FCFilmReel(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: "#3F51B5", d: "M43 39V24h-4v15c0 5 4 9 9 9v-4c-2.8 0-5-2.2-5-5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 19, fill: "#90A4AE" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 24, r: 2, fill: "#37474F" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#253278", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 14, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 34, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 24, r: 5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 14, cy: 24, r: 5 })] })] })); }; exports.FCFilmReel = FCFilmReel;