UNPKG

@icongo/fc

Version:
53 lines (52 loc) 1.79 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCAudioFile = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCAudioFile = function FCAudioFile(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: "none", d: "M204 0h48v48h-48z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90CAF9", d: "M244 45h-32V3h22l10 10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#E1F5FE", d: "M242.5 14H233V4.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#1976D2", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 227, cy: 30, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m234 21-5-2v11h2v-7.1l3 1.1z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90CAF9", d: "M40 45H8V3h22l10 10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#E1F5FE", d: "M38.5 14H29V4.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#1976D2", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 23, cy: 30, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m30 21-5-2v11h2v-7.1l3 1.1z" })] })] })); }; exports.FCAudioFile = FCAudioFile;