iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 623 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 Guangzhoumetro = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.433 12.329A16.188 16.188 0 0122.118.009L17.684 0a16.2 16.2 0 00-4.776 11.374V24h3.525zm-8.869 0A16.174 16.174 0 001.882.009L6.319 0a16.238 16.238 0 014.773 11.374V24H7.564z" }));
exports.default = Guangzhoumetro;