UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

30 lines (27 loc) 1.89 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 SvgIconData = props => { return /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true", width: "1em", height: "1em", viewBox: "0 0 15 18", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.282 10.221a25.193 25.193 0 01-1.566 0c-2.203-.06-3.958-.371-5.221-.815C.9 9.206.393 8.97 0 8.7v2.82c.854.891 3.718 1.714 7.5 1.714s6.646-.823 7.5-1.714V8.7c-.396.272-.909.51-1.508.71-1.263.442-3.014.751-5.21.811" }), /*#__PURE__*/React.createElement("path", { d: "M0 4.767v2.82c.791.826 3.31 1.592 6.686 1.7l.105.003a23.393 23.393 0 001.418 0l.105-.003c3.376-.108 5.895-.874 6.686-1.7v-2.82C13.54 5.77 10.453 6.3 7.5 6.3c-2.953 0-6.04-.53-7.5-1.533" }), /*#__PURE__*/React.createElement("path", { d: "M14.96 2.802C14.623 1.512 12.035.24 7.5.24 2.977.24.391 1.506.044 2.793A.294.294 0 000 2.94v.691C.85 4.52 3.695 5.34 7.5 5.34s6.65-.82 7.5-1.709V2.94a.276.276 0 00-.04-.138M0 12.6v2.46c0 .049.013.095.035.136C.39 16.664 3.56 17.76 7.5 17.76c3.932 0 7.097-1.091 7.463-2.554A.298.298 0 0015 15.06V12.6c-1.24.874-3.796 1.56-7.5 1.56S1.24 13.473 0 12.6" })); }; SvgIconData.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 SvgIconData;