@semcore/icon
Version:
Semrush Icon Component
28 lines • 1.38 kB
JavaScript
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); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootChargebackLoss({
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"
}));
}
RootChargebackLoss.displayName = 'ChargebackLoss';
const ChargebackLoss = createBaseComponent(RootChargebackLoss);
export { ChargebackLoss as default };