UNPKG

@semcore/icon

Version:
26 lines 1.13 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Twitter({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Twitter", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M10.857 14.874 15.037 21h6.21l-6.976-10.222L20.753 3h-3L12.92 8.8 8.962 3h-6.21l6.754 9.896L2.753 21h3l5.104-6.126ZM6.54 5l9.555 14h1.367L7.906 5H6.539Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" })); } Twitter.displayName = 'Twitter'; export default createBaseComponent(Twitter);