UNPKG

@semcore/icon

Version:
27 lines 1.37 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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 { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function ChargebackLoss({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ChargebackLoss", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M10.985 8a1 1 0 0 0 1 1h.003a1 1 0 0 0 1-1l.01-3.586 1.293 1.293a1 1 0 1 0 1.414-1.414l-3-3a.997.997 0 0 0-.71-.293.997.997 0 0 0-.708.293l-2.994 3a1 1 0 0 0 1.414 1.414l1.287-1.293L10.984 8ZM3 12v10h2v-9h14v3h-9a1 1 0 0 0-1 1v5h2v-4h8v4h2V12a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M13 21a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", shapeRendering: "geometricPrecision" })); } ChargebackLoss.displayName = 'ChargebackLoss'; export default createBaseComponent(ChargebackLoss);