@icongo/li
Version:
LibreICONS Icons
30 lines (29 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandGoogleAnalytics = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandGoogleAnalytics = function LIBrandGoogleAnalytics(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: "#ff9c0b",
d: "M6.999 8.284 13 2.309v-.343A.966.966 0 0 0 12.034 1H1.966A.966.966 0 0 0 1 1.966v7.045L4.331 5.7 7 8.284"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fb5722",
d: "M4.332 8.398 1 11.723v.311c0 .533.433.966.966.966h10.068a.966.966 0 0 0 .966-.966V5.059l-6.001 5.975-2.667-2.636"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff9b07",
d: "M5.667 9.717V6.993L4.332 8.398l1.335 1.32"
})]
}));
};
exports.LIBrandGoogleAnalytics = LIBrandGoogleAnalytics;