@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 2.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LISocialYoutube = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LISocialYoutube = function LISocialYoutube(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-youtube",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.326 1h.72l.494 1.851L4.998 1h.727l-.833 2.753V5.63h-.715V3.753L3.326 1zm2.366 3.779c0 .602.315.915.93.915.512 0 .914-.341.914-.915V3.104a.892.892 0 0 0-.913-.917c-.56 0-.93.37-.93.917V4.78zm.654-1.618c0-.187.086-.326.264-.326.195 0 .279.135.279.326V4.75c0 .186-.095.323-.266.323-.176 0-.277-.143-.277-.323V3.16zm2.907-.946v2.593c-.078.097-.25.256-.374.256-.135 0-.169-.093-.169-.23v-2.62h-.635V5.07c0 .337.103.61.444.61.192 0 .459-.1.734-.426v.377h.635V2.215h-.635zm-.934 7.003a.41.41 0 0 1 .064.25v1.68c0 .103-.017.178-.052.223-.067.088-.211.084-.31.034a.525.525 0 0 1-.143-.114V9.263a.45.45 0 0 1 .125-.099c.106-.053.242-.043.316.054zm2.036-.074c-.224 0-.27.158-.27.381v.33h.534v-.33c0-.22-.047-.381-.264-.381zm1.844 2.4c0 .804-.652 1.456-1.456 1.456H3.257A1.456 1.456 0 0 1 1.8 11.544v-3.68c0-.804.652-1.456 1.456-1.456h7.486c.804 0 1.456.652 1.456 1.457v3.679zM4.254 8.14h.705V7.5H2.87v.64h.704v3.77h.681V8.14zm2.423.516h-.604v2.47c-.074.092-.238.244-.356.244-.13 0-.161-.089-.161-.22V8.656H4.95v2.72c0 .66.447.664.773.477.121-.07.237-.17.349-.302v.359h.604V8.656zm2.329.775c0-.441-.147-.816-.59-.816-.216 0-.401.138-.538.304V7.5h-.61v4.41h.61v-.25c.169.21.353.292.575.292.402 0 .553-.313.553-.715V9.43zm2.235.1c0-.588-.28-.957-.86-.957-.546 0-.919.392-.919.957v1.46c0 .586.295 1.007.873 1.007.637 0 .906-.38.906-1.007v-.244h-.622v.226c0 .283-.015.455-.27.455-.244 0-.264-.21-.264-.455v-.614h1.157v-.828z"
})
}));
};
exports.LISocialYoutube = LISocialYoutube;