@rsuite/icon-font
Version:
All rsuite icon resource file and icon fonts
32 lines (24 loc) • 4.12 kB
JavaScript
;
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 CcStripe(props, svgRef) {
return /*#__PURE__*/React.createElement("svg", _extends({
width: "1em",
height: "1em",
viewBox: "0 0 41 32",
fill: "currentColor",
ref: svgRef
}, props), /*#__PURE__*/React.createElement("path", {
d: "M28.518 16.125c0 .821-.125 1.446-.375 1.893-.214.393-.554.625-.929.625-.268 0-.518-.054-.732-.161v-4c.464-.482.875-.536 1.018-.536.679 0 1.018.75 1.018 2.179zm7.821-.643h-1.964c.071-1.196.393-1.75 1-1.75s.929.571.964 1.75zM8.5 17.893c0-1.5-.911-2.125-2.393-2.661-.786-.286-1.214-.518-1.214-.875 0-.304.25-.464.679-.464.821 0 1.643.304 2.214.589l.321-2c-.446-.214-1.375-.571-2.661-.571-.911 0-1.661.232-2.196.679-.571.464-.857 1.143-.857 1.946 0 1.464.893 2.107 2.357 2.625.929.339 1.25.571 1.25.946 0 .357-.304.554-.857.554-.679 0-1.804-.339-2.536-.768l-.321 2.018c.625.357 1.786.732 3 .732.964 0 1.75-.232 2.304-.661.607-.482.911-1.179.911-2.089zm5.268-3.839l.339-1.982h-1.714V9.661l-2.304.375-.321 2.036-.821.143-.304 1.839H9.75v3.911c0 1.018.268 1.714.786 2.143.446.357 1.089.536 1.982.536.696 0 1.107-.125 1.411-.196v-2.107c-.161.036-.536.125-.786.125-.518 0-.75-.286-.75-.893v-3.518h1.375zm5.643.446v-2.482a2.494 2.494 0 00-.5-.054c-.75 0-1.357.393-1.589 1.107l-.179-1h-2.339v8.411h2.679v-5.464c.339-.411.821-.554 1.464-.554.143 0 .286 0 .464.036zm.66 5.982h2.679v-8.411h-2.679v8.411zm11.108-4.446c0-1.429-.268-2.518-.804-3.196-.482-.625-1.143-.929-1.982-.929-.768 0-1.446.321-2.089 1l-.143-.839h-2.357V23.59l2.679-.446v-2.696c.411.125.839.196 1.214.196.661 0 1.643-.179 2.393-1 .732-.786 1.089-2 1.089-3.607zm-8.358-6.215c0-.786-.625-1.411-1.411-1.411s-1.411.625-1.411 1.411.625 1.429 1.411 1.429 1.411-.643 1.411-1.429zm16.036 6.375c0-1.339-.286-2.393-.857-3.143-.589-.75-1.464-1.143-2.571-1.143-2.286 0-3.696 1.679-3.696 4.393 0 1.5.375 2.643 1.125 3.357.661.661 1.625.982 2.875.982 1.143 0 2.196-.268 2.857-.714l-.286-1.839c-.661.357-1.429.554-2.286.554-.518 0-.875-.107-1.125-.339-.286-.232-.446-.625-.5-1.179h4.429c.018-.125.036-.732.036-.929zm2.286-11.625v22.857a2.302 2.302 0 01-2.286 2.286H2.286A2.302 2.302 0 010 27.428V4.571a2.302 2.302 0 012.286-2.286h36.571a2.302 2.302 0 012.286 2.286z"
}));
}
var ForwardRef = /*#__PURE__*/React.forwardRef(CcStripe);
var _default = ForwardRef;
exports["default"] = _default;