@icongo/tb
Version:
Tabler Icons
33 lines (32 loc) • 1.61 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TBBrandGooglePhotos = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TBBrandGooglePhotos = function TBBrandGooglePhotos(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-brand-google-photos",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.5 7C9.985 7 12 8.974 12 11.409V12H3.603a.61.61 0 0 1-.426-.173.585.585 0 0 1-.177-.418C3 8.974 5.015 7 7.5 7zm9 10c-2.485 0-4.5-1.974-4.5-4.409V12h8.397c.333 0 .603.265.603.591C21 15.026 18.985 17 16.5 17z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 16.5c0-2.485 1.972-4.5 4.405-4.5H12v8.392a.61.61 0 0 1-.173.431.584.584 0 0 1-.422.177C8.972 21 7 18.985 7 16.5zm10-9c0 2.485-1.972 4.5-4.405 4.5H12V3.603a.61.61 0 0 1 .175-.428.584.584 0 0 1 .42-.175C15.028 3 17 5.015 17 7.5z"
})]
}));
};
exports.TBBrandGooglePhotos = TBBrandGooglePhotos;