UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.46 kB
"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 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-.786.68 5.442 5.442 0 01.014.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.768 7.768 0 01-1.72 1.521 7.835 7.835 0 01-2.095.95 8.524 8.524 0 01-2.379.329 8.178 8.178 0 01-2.293-.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.091.014.181.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.063-.243.161-.474.294-.693.364.451.77.856 1.216 1.213a8.215 8.215 0 003.008 1.525 7.965 7.965 0 001.695.263 2.15 2.15 0 01-.058-.325 3.265 3.265 0 01-.017-.331c0-.397.075-.77.226-1.118.15-.349.355-.653.615-.913s.564-.465.913-.615c.348-.15.72-.225 1.117-.225a2.846 2.846 0 012.099.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: "#C5C5C5" })); exports.default = Twitter;