UNPKG

@icongo/li

Version:
45 lines (44 loc) 2.25 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGasMask = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGasMask = function LIGasMask(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: "#0277bd", d: "M1.571 6.143H12.43v1.143H1.57z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#03a9f4", d: "M9 11.286H5A2.292 2.292 0 0 1 2.714 9V5.286A4.28 4.28 0 0 1 7 1a4.28 4.28 0 0 1 4.286 4.286V9A2.292 2.292 0 0 1 9 11.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#b3e5fc", transform: "translate(.143 .143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 31, cy: 23, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 17, cy: 23, r: 4 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#607d8b", d: "M7 9c-1.143 0-2 .857-2 2s.857 2 2 2 2-.857 2-2-.857-2-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#263238", d: "M7 9.571c-.171 0-.286.115-.286.286s.115.286.286.286.286-.114.286-.286S7.17 9.571 7 9.571zm0 2.286c-.171 0-.286.114-.286.286s.115.286.286.286.286-.115.286-.286-.115-.286-.286-.286zm-1.229-1.571c-.085.143-.028.314.115.4.143.085.314.028.4-.115.085-.142.028-.314-.115-.4-.171-.057-.314-.028-.4.115zm1.972 1.143c-.086.142-.029.314.114.4.143.085.314.028.4-.115.086-.143.029-.314-.114-.4-.143-.057-.314-.028-.4.115zm-1.972.285c.086.143.258.172.4.115.143-.086.172-.258.115-.4-.057-.143-.257-.172-.4-.115-.172.086-.2.257-.115.4zm1.972-1.143c.086.143.257.172.4.115.143-.086.171-.257.114-.4-.114-.143-.257-.172-.4-.115-.143.086-.2.258-.114.4z" })] })); }; exports.LIGasMask = LIGasMask;