UNPKG

@semcore/icon

Version:
24 lines 1.58 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 TwitterSemrush({ width = '20', height = '20', viewBox = '0 0 20 20', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "TwitterSemrush", "data-group": "twitter", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M17.24 9.92c0 .37-.19.43-.66.43-.5 0-.58-.08-.64-.46-.1-.96-.75-1.77-1.83-1.86-.35-.03-.43-.16-.43-.6 0-.4.06-.58.37-.58 1.9 0 3.2 1.52 3.2 3.07zm2.76 0C20 7.04 18.05 4 13.55 4H4.6c-.18 0-.3.1-.3.26 0 .09.07.17.14.22.32.25.8.54 1.44.86.62.3 1.1.51 1.59.7.2.1.27.18.27.3 0 .15-.1.25-.33.25H.31c-.21 0-.31.14-.31.27 0 .12.04.22.14.31.57.6 1.5 1.33 2.83 2.17 1.17.73 2.62 1.53 3.78 2.08.2.09.25.2.25.3 0 .14-.1.24-.33.24H3.42c-.19 0-.3.1-.3.25 0 .09.08.2.17.28.74.67 1.92 1.4 3.5 2.07 2.11.9 4.25 1.44 6.65 1.44C18 16 20 12.58 20 9.92zm-5.95 4.26a4.28 4.28 0 01-4.28-4.26c0-2.33 1.94-4.2 4.28-4.2a4.23 4.23 0 110 8.46z", shapeRendering: "geometricPrecision" })); } TwitterSemrush.displayName = 'TwitterSemrush'; export default createBaseComponent(TwitterSemrush);