iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 942 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BrandShopee = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-shopee", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4 7l.867 12.143a2 2 0 002 1.857h10.276a2 2 0 002-1.857L20.01 7h-16zM8.5 7c0-1.653 1.5-4 3.5-4s3.5 2.347 3.5 4" }),
React.createElement("path", { d: "M9.5 17c.413.462 1 1 2.5 1s2.5-.897 2.5-2-1-1.5-2.5-2-2-1.47-2-2c0-1.104 1-2 2-2s1.5 0 2.5 1" }));
exports.default = BrandShopee;