UNPKG

@semcore/icon

Version:
30 lines 1.39 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootTwitterCarousel({ 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" })); } RootTwitterCarousel.displayName = 'TwitterCarousel'; const TwitterCarousel = createBaseComponent(RootTwitterCarousel); export { TwitterCarousel as default };