styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 2.17 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var SocialYoutubeCircular = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("polygon", { points: "8.48,13.14 9.21,13.14 9.21,16.75 9.91,16.75 9.91,13.14 10.64,13.14 10.64,12.53 8.48,12.53", key: "k0" }),
React.createElement("path", { d: "M12.17 16c-.12.14-.53.42-.53.02v-2.39h-.62v2.61c0 .79.79.58 1.16.17v.34h.62v-3.12h-.62V16h-.01zM14.48 13.61c-.36 0-.59.27-.59.27v-1.36h-.63v4.23h.63v-.24s.21.28.59.28c.33 0 .58-.29.58-.69v-1.73c0-.47-.22-.76-.58-.76zm-.07 2.41c0 .23-.16.34-.37.25a.479.479 0 01-.15-.11v-1.94c.04-.04.09-.07.13-.1.22-.11.39.06.39.29v1.61zM16.72 15.86c0 .24-.13.4-.28.41-.16.01-.32-.12-.32-.41v-.59h1.19v-.8a.91.91 0 00-.26-.66.919.919 0 00-.63-.24c-.22 0-.45.07-.63.21-.19.15-.31.38-.31.69v1.4c0 .28.09.5.23.66.17.18.4.28.64.29.29.01.6-.11.78-.36.11-.15.18-.35.18-.59v-.16h-.59v.15zm-.6-1.39c0-.17.1-.37.29-.37s.31.18.31.37v.32h-.6v-.32z", key: "k1" }),
React.createElement("path", { d: "M12.97 3a9 9 0 10.001 18.001A9 9 0 0012.97 3zm1.58 3.37h.8v2.68c0 .17.08.17.11.17.12 0 .3-.13.39-.22V6.36h.8V9.9h-.8v-.31c-.11.1-.22.18-.33.24-.15.08-.29.11-.43.11a.52.52 0 01-.41-.17c-.09-.11-.13-.28-.13-.49V6.37zM12 7.3c0-.55.45-1 1-1s1 .45 1 1V9c0 .55-.45 1-1 1s-1-.45-1-1V7.3zM9.92 5.15l.48 1.76.49-1.76h.91l-.94 2.78V9.9h-.89V7.93l-.96-2.78h.91zm7.9 12.54c-.51.5-4.83.51-4.83.51s-4.31-.01-4.83-.51c-.51-.5-.51-2.99-.51-3.01 0-.01 0-2.5.51-3.01.51-.5 4.83-.51 4.83-.51s4.31.01 4.83.51c.51.5.52 2.99.52 3.01 0 0 0 2.5-.52 3.01z", key: "k2" }),
React.createElement("path", { d: "M12.98 9.35c.17 0 .25-.1.26-.26v-1.9c0-.13-.13-.24-.25-.24s-.25.1-.25.24v1.9c0 .15.07.25.24.26z", key: "k3" })));
});
SocialYoutubeCircular.displayName = 'SocialYoutubeCircular';
export var SocialYoutubeCircularDimensions = { height: 24, width: 24 };