@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.41 kB
JavaScript
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 RootYoutube({
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"
}));
}
RootYoutube.displayName = 'Youtube';
const Youtube = createBaseComponent(RootYoutube);
export { Youtube as default };