doly-icons
Version:
React icon component based on Bootstrap Icons
7 lines (6 loc) • 669 B
JavaScript
import { __assign } from "tslib";
import React from 'react';
import IconBase from '../icon/IconBase';
var TwitterX = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "twitter-x" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps),
React.createElement("path", { d: "M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z" }))); } }))); };
export default TwitterX;