UNPKG

@semcore/icon

Version:
26 lines 1.41 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 Youtube({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Youtube", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.493 5s-6.876 0-8.602.448a2.843 2.843 0 0 0-1.943 1.957c-.448 1.726-.448 5.3-.448 5.3s.01 3.187.46 4.886a2.8 2.8 0 0 0 1.942 1.943c1.74.462 8.602.462 8.602.462s6.89 0 8.615-.448a2.734 2.734 0 0 0 1.93-1.943c.462-1.713.45-4.887.45-4.887s.014-3.587-.461-5.313a2.716 2.716 0 0 0-1.93-1.93C19.383 5 12.493 5 12.493 5Zm-1.816 4.061 5.097 3.04a.473.473 0 0 1 0 .807l-5.098 3.027c-.3.179-.676-.045-.676-.404V9.465c0-.359.376-.583.677-.404Z", shapeRendering: "geometricPrecision" })); } Youtube.displayName = 'Youtube'; export default createBaseComponent(Youtube);