iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 777 B
JavaScript
;
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 UberSymbol = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.364 3h15.272C20.39 3 21 3.61 21 4.364v15.272C21 20.39 20.39 21 19.636 21H4.364C3.61 21 3 20.39 3 19.636V4.364C3 3.61 3.61 3 4.364 3zm2.21 8.454h3.79v-.818c0-.15.122-.272.273-.272h2.727c.15 0 .273.122.273.272v2.728c0 .15-.122.272-.273.272h-2.727a.273.273 0 01-.273-.272v-.819h-3.79a5.455 5.455 0 100-1.09z", fill: "#323544" }));
exports.default = UberSymbol;