@icongo/fc
Version:
Flat Color Icons
28 lines • 977 B
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 FCSelfServiceKiosk = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#546E7A",
d: "M44 30H4V11c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v19z"
}), /*#__PURE__*/_jsx("path", {
fill: "#64B5F6",
d: "M40 27H8c-.6 0-1-.4-1-1V11c0-.6.4-1 1-1h32c.6 0 1 .4 1 1v15c0 .6-.4 1-1 1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M40 41H8c-2.2 0-4-1.8-4-4v-7h40v7c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#37474F",
children: [/*#__PURE__*/_jsx("path", {
d: "M27 34h12v2H27zM9 34h12v2H9z"
}), /*#__PURE__*/_jsx("path", {
d: "M18 35c0 1.1-1.3 2-3 2s-3-.9-3-2h6z"
})]
})]
}));
export { FCSelfServiceKiosk };