@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
20 lines • 1.34 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimYoutube(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
enableBackground: "new 0 0 24 24",
viewBox: "0 0 24 24",
width: props.size || '1em',
height: props.size || '1em',
fill: "currentColor",
className: `ui-svg-inline ${props.className || ''}`
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.5,
d: "M15.663 11.775c-2.017-1.078-3.948-2.078-5.922-3.112v6.19c2.077-1.13 4.267-2.164 5.931-3.087l-.009.009z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M22.974 9.715a8.539 8.539 0 0 0-.914-4.13 2.868 2.868 0 0 0-1.715-1.017 81.07 81.07 0 0 0-8.337-.293 80.928 80.928 0 0 0-8.336.293c-.55.102-1.058.36-1.466.741-.895.83-.96 2.251-1.095 3.449a47.52 47.52 0 0 0 0 6.482c.025.676.126 1.347.302 2 .12.506.362.974.707 1.363.408.402.928.672 1.491.775 2.156.267 4.329.377 6.5.328 3.495.056 6.573-.003 10.199-.276.58-.1 1.115-.373 1.534-.784.273-.272.48-.602.604-.966.362-1.095.54-2.243.526-3.396.034-.595.034-3.974 0-4.57zm-7.31 2.06-.004-.002c-.83.46-1.788.946-2.798 1.459-1.016.515-2.082 1.056-3.121 1.62v-6.19c.987.518 1.963 1.027 2.945 1.54.98.514 1.967 1.033 2.974 1.57l.012-.006-.008.009z"
}));
}
export default UimYoutube;