UNPKG

@scaleflex/icons

Version:
27 lines 2.12 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 Split = function Split(_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": "Split", ref: ref, width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9172 0.71601C11.2585 0.854337 11.4229 1.24309 11.2846 1.5843L8.71368 7.89686L9.83755 10.6691C10.3755 9.86399 11.2927 9.33379 12.3336 9.33379C13.9905 9.33379 15.3336 10.677 15.3336 12.3338C15.3336 13.9907 13.9905 15.3338 12.3336 15.3338C11.2935 15.3338 10.3769 14.8045 9.83881 14.0005C9.73302 13.8425 9.64188 13.6739 9.56728 13.4966L8.00022 9.64879L6.4331 13.4966C6.35849 13.6739 6.26733 13.8425 6.16157 14.0005C5.62339 14.8045 4.70689 15.3338 3.66675 15.3338C2.00989 15.3338 0.666748 13.9907 0.666748 12.3338C0.666748 10.677 2.00989 9.33379 3.66675 9.33379C4.70771 9.33379 5.62484 9.86399 6.16284 10.6691L7.28668 7.89686L4.71578 1.5843C4.57745 1.24309 4.74191 0.854337 5.08313 0.71601C5.42435 0.577676 5.8131 0.74215 5.95143 1.08336L8.00022 6.13695L10.0489 1.08336C10.1873 0.74215 10.576 0.577676 10.9172 0.71601ZM2.00008 12.3338C2.00008 11.4133 2.74627 10.6671 3.66675 10.6671C4.58722 10.6671 5.33342 11.4133 5.33342 12.3338C5.33342 13.2543 4.58722 14.0005 3.66675 14.0005C2.74627 14.0005 2.00008 13.2543 2.00008 12.3338ZM14.0003 12.3338C14.0003 11.4133 13.2541 10.6671 12.3336 10.6671C11.4131 10.6671 10.6669 11.4133 10.6669 12.3338C10.6669 13.2543 11.4131 14.0005 12.3336 14.0005C13.2541 14.0005 14.0003 13.2543 14.0003 12.3338Z", fill: color })); }; export default Split;