@icongo/li
Version:
LibreICONS Icons
60 lines (59 loc) • 2.84 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiDelivery = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiDelivery = function LIGuiDelivery(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "M11.91 10.136H8.09V4.682c0-.3.246-.546.546-.546h2.182a.57.57 0 0 1 .437.219l1.636 2.1a.522.522 0 0 1 .109.327v2.263c0 .6-.49 1.091-1.09 1.091z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9575cd",
d: "M2.09 10.136h6V3.591C8.09 2.99 7.6 2.5 7 2.5H2.364C1.6 2.5 1 3.1 1 3.864v5.181c0 .6.49 1.091 1.09 1.091z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474f",
transform: "translate(.455 .318) scale(.27273)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 36,
r: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 14,
cy: 36,
r: 5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#78909c",
transform: "translate(.455 .318) scale(.27273)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 36,
r: 2.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 14,
cy: 36,
r: 2.5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#455a64",
d: "M11.91 7.41h-.983a.248.248 0 0 1-.19-.083l-.382-.382a.248.248 0 0 0-.191-.081h-.982c-.164 0-.273-.11-.273-.273V4.955c0-.164.11-.273.273-.273h1.5c.082 0 .163.027.218.109l1.227 1.473a.376.376 0 0 1 .055.163v.71c0 .163-.11.272-.273.272z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M4.545 3.318c-1.363 0-2.454 1.091-2.454 2.455s1.09 2.454 2.454 2.454S7 7.137 7 5.773 5.91 3.318 4.545 3.318zm0 2.727c-.163 0-.272-.109-.272-.272 0-.164.109-.273.272-.273.164 0 .273.11.273.273 0 .163-.109.272-.273.272z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "M5.064 5.91c0-.055.027-.083.027-.137a.53.53 0 0 0-.273-.464V3.864h-.545v1.445A.528.528 0 0 0 4 5.773c0 .3.245.545.545.545.055 0 .082 0 .137-.027l.627.627.382-.382-.627-.627zm-.519.135c-.163 0-.272-.109-.272-.272 0-.164.109-.273.272-.273.164 0 .273.11.273.273 0 .163-.109.272-.273.272z"
})]
}));
};
exports.LIGuiDelivery = LIGuiDelivery;