UNPKG

@scaleflex/icons

Version:
36 lines 2.02 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var RemoveBg = function RemoveBg(_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, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "RemoveBg", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.3125 4.50439H2.67098C2.1027 4.50439 1.53442 5.05587 1.53442 5.60734V44.3941C1.53442 45.1294 2.1027 45.497 2.67098 45.497H20.3125V4.50439ZM10.3558 23.4453L4.4766 38.5034C4.31658 38.9132 4.61884 39.3557 5.05879 39.3557H17.3771C17.8256 39.3557 18.1281 38.8973 17.9518 38.485L11.5126 23.4269C11.2926 22.9124 10.5593 22.924 10.3558 23.4453Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M23.7497 1.25C23.7497 0.559643 24.3093 0 24.9997 0C25.6901 0 26.2497 0.559644 26.2497 1.25V48.75C26.2497 49.4404 25.6901 50 24.9997 50C24.3093 50 23.7497 49.4404 23.7497 48.75V1.25Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M35.9852 23.5101L30.3606 38.5098C30.2074 38.9184 30.5094 39.3542 30.9458 39.3542H42.7308C43.1754 39.3542 43.4779 38.903 43.309 38.4918L37.1486 23.4921C36.9328 22.9666 36.1847 22.9782 35.9852 23.5101Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M29.7332 45.497H47.3406C48.0906 45.497 48.4656 45.1294 48.4656 44.3941V5.60734C48.4656 5.05587 48.0906 4.50439 47.3406 4.50439H29.7332V7.00439H45.9656V42.997H29.7332V45.497Z", fill: color })); }; export default RemoveBg;