UNPKG

@semcore/icon

Version:
29 lines 1.39 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 TwitterCarousel({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "TwitterCarousel", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M5.863 7.333.974 0h6l2.23 3.324L11.974 0h2l-3.878 4.653L15.026 12H8.974L6.752 8.667 3.974 12h-2l3.889-4.667ZM10.044 10 4.711 2h1.197l5.367 8h-1.23Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M1.974 14a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM8.974 15a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM13.974 14a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z", shapeRendering: "geometricPrecision" })); } TwitterCarousel.displayName = 'TwitterCarousel'; export default createBaseComponent(TwitterCarousel);