UNPKG

@semcore/icon

Version:
27 lines 1.52 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 RootYoutubePlaceholder({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "YoutubePlaceholder", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.892 5.448C5.617 5 12.493 5 12.493 5s6.89 0 8.615.476a2.716 2.716 0 0 1 1.93 1.93c.476 1.725.462 5.312.462 5.312s.015 3.174-.448 4.887a2.734 2.734 0 0 1-1.929 1.943c-1.726.448-8.615.448-8.615.448s-6.863 0-8.602-.462a2.8 2.8 0 0 1-1.943-1.943c-.448-1.699-.463-4.886-.463-4.886s0-3.574.448-5.3a2.843 2.843 0 0 1 1.944-1.957Zm12.116 7.068a1.5 1.5 0 1 0 3-.001 1.5 1.5 0 0 0-3 0Zm-3.5 1.5a1.5 1.5 0 1 1 0-3.001 1.5 1.5 0 0 1 0 3Zm-6.5-1.5a1.5 1.5 0 1 0 3-.001 1.5 1.5 0 0 0-3 0Z", shapeRendering: "geometricPrecision" })); } RootYoutubePlaceholder.displayName = 'YoutubePlaceholder'; const YoutubePlaceholder = createBaseComponent(RootYoutubePlaceholder); export { YoutubePlaceholder as default };