UNPKG

@semcore/icon

Version:
27 lines 1.8 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 RootSkype({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Skype", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.408 11.99a9.378 9.378 0 0 1-.143 1.647 5.571 5.571 0 0 1-.02 5.565A5.634 5.634 0 0 1 16.409 22a5.56 5.56 0 0 1-2.772-.734 9.449 9.449 0 0 1-8.312-2.619 9.33 9.33 0 0 1-2.587-8.28 5.57 5.57 0 0 1 .016-5.568A5.635 5.635 0 0 1 7.594 2a5.57 5.57 0 0 1 2.775.734 9.453 9.453 0 0 1 7.695 2.062 9.342 9.342 0 0 1 3.344 7.194ZM7.174 15.085c0 1.241 1.526 2.933 4.865 2.934h-.002.004-.002c3.178 0 4.789-1.6 4.789-3.67 0-1.348-.642-2.754-3.052-3.295l-2.2-.493c-.832-.181-1.783-.452-1.783-1.248s.642-1.367 1.864-1.367c1.441 0 1.966.587 2.4 1.072.307.342.568.634 1.073.634.643 0 1.196-.352 1.196-1.01 0-1.53-2.444-2.658-4.5-2.658-2.232 0-4.576.922-4.576 3.471 0 1.227.417 2.551 2.81 3.158l2.98.748c.902.21 1.166.736 1.166 1.198 0 .767-.801 1.584-2.165 1.584-1.541 0-2.068-.711-2.513-1.313-.326-.44-.608-.821-1.212-.821a1.083 1.083 0 0 0-1.142 1.076Z", shapeRendering: "geometricPrecision" })); } RootSkype.displayName = 'Skype'; const Skype = createBaseComponent(RootSkype); export { Skype as default };