UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

26 lines (23 loc) 1.27 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; import PropTypes from "prop-types"; const SvgIconYoutube = props => { return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 21 16", "aria-hidden": "true" }, props), /*#__PURE__*/React.createElement("path", { d: "M7.795 4.666l6.72 3.328-6.72 3.34zM20.396 8c-.025-5.154-.407-7.125-3.683-7.346C13.685.449 6.942.45 3.919.654.645.875.259 2.837.234 8c.025 5.154.407 7.125 3.683 7.346 3.023.204 9.766.205 12.794 0 3.274-.221 3.66-2.184 3.685-7.346z" })); }; SvgIconYoutube.propTypes = process.env.NODE_ENV !== "production" ? { title: PropTypes.string, width: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), height: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), className: PropTypes.string, fill: PropTypes.string, label: PropTypes.string } : {}; export default SvgIconYoutube;