@icongo/mc
Version:
Micon Icons
13 lines • 858 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCYoutubeSquare = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m747.2 808.4 380.8 216.4-380.8 216.4V808.4zM1792 320v1408c0 106-86 192-192 192H192c-106 0-192-86-192-192V320c0-106 86-192 192-192h1408c106 0 192 86 192 192zm-168 705.2s0-238.4-30.4-352.8c-16.8-63.2-66-112.8-128.8-129.6C1351.6 512 896 512 896 512s-455.6 0-568.8 30.8c-62.8 16.8-112 66.4-128.8 129.6-30.4 114-30.4 352.8-30.4 352.8s0 238.4 30.4 352.8c16.8 63.2 66 110.8 128.8 127.6C440.4 1536 896 1536 896 1536s455.6 0 568.8-30.8c62.8-16.8 112-64.4 128.8-127.6 30.4-114 30.4-352.4 30.4-352.4z"
})
}));
export { MCYoutubeSquare };