@semcore/icon
Version:
Semrush Icon Component
32 lines • 1.71 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 = '24',
height = '25',
viewBox = '0 0 24 25',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "OrganicCarousel",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7.02 6.021a1 1 0 0 1 .998-1h7.99a1 1 0 0 1 0 2h-7.99a1 1 0 0 1-.998-1ZM8.018 9.021a1 1 0 0 0 0 2h7.993a1 1 0 0 0 0-2H8.018Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M3.026 2.021a1 1 0 0 1 .998-1h15.978a1 1 0 0 1 .998 1v16a1 1 0 0 1-.998 1H4.024a1 1 0 0 1-.998-1v-16Zm1.996 15v-14h13.982v14H5.022Z",
clipRule: "evenodd",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.998 21.021a1 1 0 0 0 0 2h7.993a1 1 0 0 0 0-2H3.998ZM14.985 22.021a1 1 0 1 1 1.998-.002 1 1 0 0 1-1.998.002ZM18.978 22.021a.999.999 0 1 1 1.998-.002.999.999 0 0 1-1.998.002ZM8.018 13.021a1 1 0 0 0 0 2h3.993a1 1 0 0 0 0-2H8.018Z",
shapeRendering: "geometricPrecision"
}));
}
OrganicCarousel.displayName = 'OrganicCarousel';
export default createBaseComponent(OrganicCarousel);