iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 818 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 LogoTwitter = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M12.29 24.13A11.59 11.59 0 0 0 24 12.45v-.53a8.26 8.26 0 0 0 2-2.12 8 8 0 0 1-2.36.64 4.12 4.12 0 0 0 1.81-2.27 8.21 8.21 0 0 1-2.61 1 4.11 4.11 0 0 0-7 3.74 11.63 11.63 0 0 1-8.45-4.29 4.11 4.11 0 0 0 1.27 5.48 4.05 4.05 0 0 1-1.86-.51v.05a4.1 4.1 0 0 0 3.29 4 4 4 0 0 1-1.85.07 4.1 4.1 0 0 0 3.83 2.85A8.13 8.13 0 0 1 7 22.34a7.93 7.93 0 0 1-1-.06 11.52 11.52 0 0 0 6.29 1.84" }));
exports.default = LogoTwitter;