amis-rpc-design/node_modules/awesome-react-icons/lib/esm/icons/YouTube.js
2023-10-07 19:42:30 +08:00

32 lines
1.8 KiB
JavaScript

var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
import * as React from 'react';
var YouTube = function (_a) {
var _b = _a.size, size = _b === void 0 ? 20 : _b, _c = _a.stroke, stroke = _c === void 0 ? 'currentColor' : _c, rest = __rest(_a, ["size", "stroke"]);
return (React.createElement(React.Fragment, null,
React.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: stroke, strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", className: "youtube_svg__feather youtube_svg__feather-youtube" }, rest),
React.createElement("path", { d: "M22.54 6.42a2.78 2.78 0 00-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 00-1.94 2A29 29 0 001 11.75a29 29 0 00.46 5.33A2.78 2.78 0 003.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 001.94-2 29 29 0 00.46-5.25 29 29 0 00-.46-5.33z" }),
React.createElement("path", { d: "M9.75 15.02l5.75-3.27-5.75-3.27v6.54z" }))));
};
export default React.memo(YouTube);