UNPKG

@scaleflex/icons

Version:
27 lines 1.92 kB
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 Cross2 = 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": "Cross2", ref: ref, width: size, height: size, viewBox: "0 0 51 51", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0001 50.0005C38.8072 50.0005 50.0001 38.8077 50.0001 25.0005C50.0001 11.1934 38.8072 0.000549316 25.0001 0.000549316C11.193 0.000549316 0.00012207 11.1934 0.00012207 25.0005C0.00012207 38.8077 11.193 50.0005 25.0001 50.0005ZM37.344 16.4782L28.2888 25.5334L37.4096 34.5229C37.8033 34.9166 38.0001 35.3759 38.0001 35.9664C38.0001 36.557 37.8033 37.0163 37.4096 37.41C37.0159 37.8037 36.5566 38.0005 35.966 38.0005C35.3755 38.0005 34.9161 37.8037 34.5224 37.41L25.4673 28.3549L16.4122 37.41C15.6904 38.1974 14.3781 38.1974 13.5907 37.41C13.197 37.0163 13.0001 36.4914 13.0001 35.9664C13.0001 35.4415 13.197 34.9822 13.5907 34.5885L22.6458 25.5334L13.5907 16.4782C13.197 16.0845 13.0001 15.5596 13.0001 15.0347C13.0001 14.5097 13.197 14.0504 13.5907 13.6567C14.3781 12.8693 15.6248 12.8693 16.4122 13.6567L25.4673 22.7118L34.5224 13.5911C35.2442 12.8037 36.5566 12.8037 37.344 13.5911C37.7377 13.9848 37.9345 14.4441 37.9345 15.0347C37.9345 15.6252 37.7377 16.0845 37.344 16.4782Z", fill: color })); }); export default Cross2;