UNPKG

@rsuite/icon-font

Version:

All rsuite icon resource file and icon fonts

32 lines (24 loc) 3.34 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 Bomb(props, svgRef) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "1em", height: "1em", viewBox: "0 0 32 32", fill: "currentColor", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M10.196 10.518c-.232-.589-.893-.857-1.482-.625a10.308 10.308 0 00-5.679 5.679c-.232.589.036 1.25.625 1.482.143.054.286.089.429.089a1.16 1.16 0 001.071-.714 7.986 7.986 0 014.411-4.411c.589-.25.875-.911.625-1.5zm16.822-6.357l.821.821-4.357 4.339 1.214 1.214a1.154 1.154 0 010 1.625l-1.143 1.143c1 1.804 1.589 3.893 1.589 6.125 0 6.946-5.625 12.571-12.571 12.571S0 26.374 0 19.428 5.625 6.857 12.571 6.857c2.232 0 4.321.589 6.125 1.589l1.143-1.143a1.154 1.154 0 011.625 0l1.214 1.214zm.143-1a.574.574 0 01-.393.179.578.578 0 01-.411-.179l-1.625-1.607a.605.605 0 010-.821.605.605 0 01.821 0l1.607 1.625a.551.551 0 010 .804zm4.107 4.107c-.125.107-.268.161-.411.161s-.286-.054-.411-.161l-1.607-1.625a.551.551 0 010-.804.551.551 0 01.804 0l1.625 1.607a.605.605 0 010 .821zM32 4c0 .321-.25.571-.571.571h-1.714c-.321 0-.571-.25-.571-.571s.25-.571.571-.571h1.714c.321 0 .571.25.571.571zM28.571.571v1.714c0 .321-.25.571-.571.571s-.571-.25-.571-.571V.571c0-.321.25-.571.571-.571s.571.25.571.571zm2.697.983l-1.625 1.607a.574.574 0 01-.393.179.578.578 0 01-.411-.179.551.551 0 010-.804L30.446.732a.605.605 0 01.821 0 .605.605 0 010 .821z" })); } var ForwardRef = /*#__PURE__*/React.forwardRef(Bomb); var _default = ForwardRef; exports["default"] = _default;