@icongo/li
Version:
LibreICONS Icons
53 lines • 1.76 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 LIGuiInTransit = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#ffc107",
d: "M12 9.75H8.5v-5c0-.275.225-.5.5-.5h2c.15 0 .3.075.4.2l1.5 1.925c.075.1.1.2.1.3V8.75c0 .55-.45 1-1 1z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#9575cd",
children: [/*#__PURE__*/_jsx("path", {
d: "M3 9.75h5.5V4c0-.55-.45-1-1-1H2v5.75c0 .55.45 1 1 1z"
}), /*#__PURE__*/_jsx("path", {
d: "M1 3h2.5v.5H1zm0 1.25h2.5v.5H1zM1 5.5h2.5V6H1zm0 1.25h2.5v.5H1z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#7e57c2",
d: "M2 3.5h4V4H2zm0 1.25h3v.5H2zM2 6h2v.5H2zm0 1.25h1v.5H2z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#37474f",
transform: "matrix(.25 0 0 .25 1 .75)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 39,
cy: 36,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 36,
r: 5
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#78909c",
transform: "matrix(.25 0 0 .25 1 .75)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 39,
cy: 36,
r: 2.5
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 36,
r: 2.5
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#455a64",
d: "M12 7.25h-.9a.227.227 0 0 1-.175-.075l-.35-.35a.227.227 0 0 0-.175-.075h-.9c-.15 0-.25-.1-.25-.25V5c0-.15.1-.25.25-.25h1.375c.075 0 .15.025.2.1L12.2 6.2c.025.05.05.1.05.15V7c0 .15-.1.25-.25.25z"
})]
}));
export { LIGuiInTransit };