iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.46 kB
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 Twitter = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15 3.784a5.63 5.63 0 01-.65.803 6.058 6.058 0 01-.785.68 5.442 5.442 0 01.013.377c0 .574-.061 1.141-.184 1.702-.123.56-.301 1.103-.534 1.627a8.444 8.444 0 01-1.264 2.04 7.769 7.769 0 01-1.72 1.521 7.835 7.835 0 01-2.095.95 8.524 8.524 0 01-2.378.329 8.178 8.178 0 01-2.294-.325A7.921 7.921 0 011 12.52a5.762 5.762 0 004.252-1.19 2.842 2.842 0 01-2.273-1.19 2.878 2.878 0 01-.407-.8c.092.014.182.026.27.035a2.797 2.797 0 001.022-.089 2.808 2.808 0 01-.926-.362 2.942 2.942 0 01-.728-.633 2.839 2.839 0 01-.65-1.822v-.033c.402.227.837.348 1.306.362a2.943 2.943 0 01-.936-1.04 2.955 2.955 0 01-.253-.649 2.945 2.945 0 01.007-1.453c.064-.243.162-.474.294-.693.364.451.77.856 1.217 1.213a8.215 8.215 0 003.007 1.525 7.965 7.965 0 001.696.263 2.15 2.15 0 01-.058-.325 3.265 3.265 0 01-.018-.331c0-.397.076-.77.226-1.118.15-.349.356-.653.615-.913.26-.26.564-.465.913-.615.349-.15.721-.225 1.117-.225a2.846 2.846 0 012.1.909 5.7 5.7 0 001.818-.698 2.815 2.815 0 01-1.258 1.586A5.704 5.704 0 0015 3.785z", fill: "#424242" }));
exports.default = Twitter;