@icongo/fc
Version:
Flat Color Icons
33 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCCommandLine = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#CFD8DC",
d: "M41 6H7c-.6 0-1 .4-1 1v35h36V7c0-.6-.4-1-1-1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#263238",
d: "M8 13h32v27H8z"
}), /*#__PURE__*/_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__*/_jsxs("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/_jsx("circle", {
cx: 13.5,
cy: 9.5,
r: 1.5
}), /*#__PURE__*/_jsx("circle", {
cx: 9.5,
cy: 9.5,
r: 1.5
})]
})]
}));
export { FCCommandLine };