web-toolkit
Version: 
A GTK inspired toolkit designed to build awesome web apps
35 lines (30 loc) • 1.24 kB
JavaScript
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
function SvgComponent(props) {
  return /*#__PURE__*/React.createElement("svg", Object.assign({
    xmlns: "http://www.w3.org/2000/svg",
    viewBox: "0 0 16 16",
    width: "1em",
    height: "1em"
  }, props), /*#__PURE__*/React.createElement("g", {
    fill: "#474747"
  }, /*#__PURE__*/React.createElement("path", {
    d: "M12 1.01v6h2v5h-2v3h3V.99zM8 3.99v3h3v-3zm-4 2v1h3v-1zm-3.979 4l-.021 5h3.021v-3h-2v-2zm3.979 2v3h3v-3zm4 0v3h3v-3z",
    style: {
      marker: "none"
    },
    color: "#bebebe",
    overflow: "visible",
    opacity: 0.35
  }), /*#__PURE__*/React.createElement("path", {
    d: "M5 9.5A1.5 1.5 0 013.5 11 1.5 1.5 0 012 9.5 1.5 1.5 0 013.5 8 1.5 1.5 0 015 9.5zm4 0A1.5 1.5 0 017.5 11 1.5 1.5 0 016 9.5 1.5 1.5 0 017.5 8 1.5 1.5 0 019 9.5zm4 0a1.5 1.5 0 01-1.5 1.5A1.5 1.5 0 0110 9.5 1.5 1.5 0 0111.5 8 1.5 1.5 0 0113 9.5z"
  })));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=network-cellular-acquiring-symbolic.js.map