UNPKG

@icongo/fc

Version:
41 lines (40 loc) 1.91 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCCommandLine = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCCommandLine = function FCCommandLine(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#CFD8DC", d: "M41 6H7c-.6 0-1 .4-1 1v35h36V7c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#263238", d: "M8 13h32v27H8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#76FF03", d: "M22 27.6c-.1 1.1-.4 1.9-1 2.5-.6.6-1.4.9-2.5.9s-2-.4-2.6-1.1c-.6-.7-.9-1.8-.9-3.1v-1.6c0-1.3.3-2.4.9-3.1.6-.7 1.5-1.1 2.6-1.1s1.9.3 2.5.9c.6.6.9 1.4 1 2.6h-2c0-.7-.1-1.2-.3-1.4-.2-.3-.6-.4-1.1-.4-.5 0-.9.2-1.2.6-.2.4-.3 1-.4 1.8v1.8c0 1 .1 1.6.3 2 .2.4.6.5 1.1.5.5 0 .9-.1 1.1-.4.2-.3.3-.7.3-1.4H22zm2-3.6c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3.3 0 .5.1.7.3.2.2.3.4.3.7 0 .3-.1.5-.3.7s-.4.3-.7.3c-.3 0-.5-.1-.7-.3s-.3-.4-.3-.7zm0 6c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3.3 0 .5.1.7.3.2.2.3.4.3.7 0 .3-.1.5-.3.7s-.4.3-.7.3c-.3 0-.5-.1-.7-.3s-.3-.4-.3-.7zm4-9h2l3 10h-2l-3-10z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#90A4AE", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 13.5, cy: 9.5, r: 1.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 9.5, cy: 9.5, r: 1.5 })] })] })); }; exports.FCCommandLine = FCCommandLine;