UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

52 lines (51 loc) 3.9 kB
"use strict"; exports.__esModule = true; exports["default"] = void 0; var _react = _interopRequireDefault(require("react")); var _propTypes = _interopRequireDefault(require("prop-types")); var _excluded = ["bold", "width", "height"]; function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; } var IconPawPrint = exports["default"] = function IconPawPrint(props) { var _props$bold = props.bold, bold = _props$bold === void 0 ? true : _props$bold, _props$width = props.width, width = _props$width === void 0 ? "24px" : _props$width, _props$height = props.height, height = _props$height === void 0 ? "24px" : _props$height, restProps = _objectWithoutPropertiesLoose(props, _excluded); if (bold) { return /*#__PURE__*/_react["default"].createElement("svg", _extends({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true", fill: "currentColor", width: width, height: height }, restProps), /*#__PURE__*/_react["default"].createElement("path", { d: "M22.125 9.75a2.25 2.25 0 1 1-4.499 0 2.25 2.25 0 0 1 4.499 0m-15.75 0a2.25 2.25 0 1 0-4.5 0 2.25 2.25 0 0 0 4.5 0m2.25-2.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5m6.75 0a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5m4.5 9.375a4.124 4.124 0 0 1-5.728 3.802 5.64 5.64 0 0 0-4.294 0 4.125 4.125 0 0 1-3.572-7.426 2.94 2.94 0 0 0 1.398-1.757 4.5 4.5 0 0 1 8.642 0c.215.747.718 1.38 1.398 1.757a4.13 4.13 0 0 1 2.156 3.624m-2.25 0a1.88 1.88 0 0 0-.983-1.65l-.01-.006a5.18 5.18 0 0 1-2.472-3.093 2.25 2.25 0 0 0-4.32 0 5.18 5.18 0 0 1-2.472 3.098l-.01.006a1.875 1.875 0 0 0 1.623 3.372h.012a7.88 7.88 0 0 1 6.014 0h.012a1.875 1.875 0 0 0 2.606-1.727" })); } return /*#__PURE__*/_react["default"].createElement("svg", _extends({ viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true", fill: "currentColor", width: width, height: height }, restProps), /*#__PURE__*/_react["default"].createElement("path", { d: "M19.875 7.492a2.625 2.625 0 1 0 0 5.25 2.625 2.625 0 0 0 0-5.25m0 3.75a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25M6.75 10.117a2.625 2.625 0 1 0-5.25 0 2.625 2.625 0 0 0 5.25 0m-2.625 1.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m4.5-3a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25m0-3.75a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25m6.75 3.75a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25m0-3.75a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25m2.168 9.455a3.3 3.3 0 0 1-1.582-1.981 4.126 4.126 0 0 0-7.922 0 3.3 3.3 0 0 1-1.57 1.978 3.75 3.75 0 0 0 3.236 6.754 6 6 0 0 1 4.582 0 3.75 3.75 0 0 0 3.256-6.75m-1.793 5.545a2.25 2.25 0 0 1-.886-.181 7.5 7.5 0 0 0-5.736 0 2.25 2.25 0 0 1-1.942-4.056A4.8 4.8 0 0 0 9.48 12.38a2.625 2.625 0 0 1 5.042 0 4.8 4.8 0 0 0 2.3 2.879 2.25 2.25 0 0 1-1.07 4.233" })); }; IconPawPrint.propTypes = process.env.NODE_ENV !== "production" ? { bold: _propTypes["default"].bool, width: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number]), height: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number]), className: _propTypes["default"].string, fill: _propTypes["default"].string, 'aria-hidden': _propTypes["default"].bool, 'aria-label': _propTypes["default"].string } : {}; IconPawPrint; module.exports = exports.default;