UNPKG

@semcore/icon

Version:
24 lines 1.6 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Sellzone({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Sellzone", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "m22.672 12.572-6.37 3.484c-.116.07-.21.139-.256.255l-3.487 6.364a.607.607 0 0 1-.558.325.653.653 0 0 1-.557-.325l-2.395-4.367 7.114-3.878a1.81 1.81 0 0 0 .767-.79l2.255-4.11 3.463 1.904c.465.232.465.882.024 1.138Zm-7.16.627a.457.457 0 0 0 .209-.209l2.255-4.088-1.209-.65-.488-.255c-.116-.047-.186-.14-.256-.256l-1.371-2.555-4.627 8.454a1.873 1.873 0 0 1-.767.767l-2.255 1.23.582.326.116.07a.659.659 0 0 1 .232.208l.024.024.441.813 7.114-3.879c0 .023 0 0 0 0Zm-6.695-.209 5.067-9.244-.79-1.44-.535-.975c-.232-.441-.883-.441-1.139 0L7.957 7.695c-.047.116-.14.185-.256.255l-6.37 3.484c-.441.232-.441.882 0 1.138l2.79 1.533 1.441.79 3.022-1.65a.803.803 0 0 0 .233-.255Z", shapeRendering: "geometricPrecision" })); } Sellzone.displayName = 'Sellzone'; export default createBaseComponent(Sellzone);