UNPKG

@semcore/icon

Version:
26 lines 1.12 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 = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Twitter", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "m.974 2 4.889 7.333L1.974 14h2l2.778-3.333L8.974 14h6.052l-4.93-7.347L13.974 2h-2l-2.77 3.324L6.974 2h-6Zm3.737 2 5.333 8h1.231L5.908 4H4.71Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" })); } Twitter.displayName = 'Twitter'; export default createBaseComponent(Twitter);