@semcore/icon
Version:
Semrush Icon Component
32 lines • 1.65 kB
JavaScript
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 OrganicCarousel({
width = '16',
height = '17',
viewBox = '0 0 16 17',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "OrganicCarousel",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M4.02 5.021a1 1 0 0 1 .998-1h5.99a1 1 0 0 1 0 2h-5.99a1 1 0 0 1-.998-1ZM5.018 7.021a1 1 0 0 0 0 2h3.993a1 1 0 0 0 0-2H5.018Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M1.026 1.021a1 1 0 0 1 .998-1h11.978a1 1 0 0 1 .998 1v11a1 1 0 0 1-.998 1H2.024a1 1 0 0 1-.998-1v-11Zm1.996 10v-9h9.982v9H3.022Z",
clipRule: "evenodd",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.998 14.021a1 1 0 0 0 0 2h3.993a1 1 0 0 0 0-2H1.998ZM8.985 15.021a1 1 0 1 1 1.998-.002 1 1 0 0 1-1.998.002ZM12.978 15.021a.999.999 0 1 1 1.998-.002.999.999 0 0 1-1.998.002Z",
shapeRendering: "geometricPrecision"
}));
}
OrganicCarousel.displayName = 'OrganicCarousel';
export default createBaseComponent(OrganicCarousel);