@scaleflex/icons
Version:
SVG icons as React components
40 lines • 3.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var RemoveBgOutline = intrinsicComponent(function (_ref, ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "RemoveBgOutline",
ref: ref,
width: size,
height: size,
viewBox: "0 0 42 43",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.88232 20.4523C10.2305 19.6079 11.4259 19.6062 11.7764 20.4497L17.7396 34.7991C18.0201 35.4742 17.5241 36.2175 16.7931 36.2175H4.91288C4.18308 36.2175 3.68707 35.4764 3.96528 34.8017L9.88232 20.4523ZM15.8565 34.5675L10.8322 22.4771L5.84665 34.5675H15.8565Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.645 31.7545H23.7888V28.4166L26.1282 28.4166L24.645 31.7545Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M25.1413 34.8017L26.3979 31.7545H26.3958L26.4239 31.6913L31.0584 20.4523C31.4066 19.6079 32.602 19.6062 32.9525 20.4497L38.9156 34.7991C39.1962 35.4742 38.7001 36.2175 37.9691 36.2175H26.0889C25.3591 36.2175 24.8631 35.4764 25.1413 34.8017ZM32.0082 22.4771L37.0326 34.5675H27.0227L32.0082 22.4771Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M22.1022 1.79147C22.1022 1.23919 21.6545 0.791473 21.1022 0.791473H20.9022C20.3499 0.791473 19.9022 1.23919 19.9022 1.79147V3.79147H2.375C1.27043 3.79147 0.375 4.6869 0.375 5.79147V37.7915C0.375 38.896 1.27043 39.7915 2.375 39.7915H19.9022V41.7915C19.9022 42.3438 20.3499 42.7915 20.9022 42.7915H21.1022C21.6545 42.7915 22.1022 42.3438 22.1022 41.7915V39.7915H39.625C40.7296 39.7915 41.625 38.896 41.625 37.7915V5.79147C41.625 4.6869 40.7296 3.79147 39.625 3.79147H22.1022V1.79147ZM2.375 5.44147H19.9022V38.1415H2.375C2.1817 38.1415 2.025 37.9848 2.025 37.7915V5.79147C2.025 5.59817 2.1817 5.44147 2.375 5.44147ZM39.625 38.1415H22.1022V5.44147H27.09V8.322L30.3925 8.322L30.3925 5.44147H33.6666V8.322L36.9692 8.322V5.44147H39.625C39.8183 5.44147 39.975 5.59817 39.975 5.79147V8.3221L36.9676 8.3221V11.6184H33.6731V8.3221L30.3705 8.3221V11.6184H27.0913L27.0913 8.3221L23.7888 8.3221V11.66H27.09V14.9564H30.3926L30.3926 11.66H33.6667V14.9564H36.9692V11.66H39.975V14.9917H36.9676V18.3294H33.679V14.9917H30.3765V18.3294H27.0913L27.0913 14.9917H23.7888V18.3296H27.09V21.6603L23.7888 21.6604V24.9983H27.0913L27.0913 21.6673H29.1274L30.3926 18.8201V18.3296H30.6116C30.7801 17.9913 31.1262 17.7755 31.5067 17.7755H32.5337C32.9151 17.7755 33.2608 17.9921 33.4288 18.3296H33.6713V18.9195L34.7862 21.6673H36.9676V24.9983H39.975V28.3748L37.5075 28.3748L38.8618 31.7127H39.975V37.7915C39.975 37.9848 39.8183 38.1415 39.625 38.1415ZM39.975 21.6603V18.3296H36.9738V21.6604L39.975 21.6603Z",
fill: color
}));
});
export default RemoveBgOutline;