UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 3.49 kB
"use strict"; function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var React = _interopRequireWildcard(require("react")); function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } 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); } function HandPeaceO(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 27 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M23 11.554c.661 0 1.321.125 1.911.411 1.714.768 2.518 2.179 2.518 4.036v3.161c0 1.125-.143 2.25-.411 3.321L25.5 28.537a4.548 4.548 0 01-4.429 3.464H9.142a4.58 4.58 0 01-4.571-4.571v-7.161L.303 9.055A4.609 4.609 0 01-.001 7.43 4.58 4.58 0 014.57 2.859a4.566 4.566 0 014.268 2.946l.304.786V4.573c0-2.518 2.054-4.571 4.571-4.571s4.571 2.054 4.571 4.571v4.661c.286-.054.571-.089.857-.089a4.3 4.3 0 013.857 2.411zm-3.857-.125a2 2 0 00-1.821 1.179l-1.321 2.911-1.268 2.768h.982c1.196 0 2.25.839 2.5 2l2.75-6.036a1.84 1.84 0 00.179-.821c0-1.107-.893-2-2-2zm3.946 2.41c-1.357 0-1.786 1.089-2.268 2.161l-2.357 5.179a1.84 1.84 0 00-.179.821 1.997 1.997 0 003.821.821l2.857-6.286c.089-.179.161-.464.161-.679 0-1.196-.857-2.018-2.036-2.018zM2.286 7.429c0 .286.054.554.143.821l4.429 11.607v1.232l1.821-1.982a2.607 2.607 0 011.893-.821h3.536l1.893-4.161V4.571c0-1.268-1.018-2.286-2.286-2.286s-2.286 1.018-2.286 2.286V16h-1.143L6.715 6.607a2.29 2.29 0 00-4.429.822zm18.785 22.285a2.274 2.274 0 002.214-1.732l1.518-6.054c.232-.893.339-1.839.339-2.768v-1.625l-2.518 5.536a2.57 2.57 0 01-4.875-.661 2.589 2.589 0 01-2.036 1.018h-3.714v-.571h3.714c1.089 0 2.071-.893 2.071-2 0-1.089-.821-2-1.929-2h-5.286c-.554 0-1.089.232-1.464.643l-2.25 2.429v5.5a2.279 2.279 0 002.286 2.286H21.07z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(HandPeaceO); var _default = ForwardRef; exports["default"] = _default;