@semcore/icon
Version:
Semrush Icon Component
25 lines • 1.44 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootCollapseList({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "CollapseList",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "m17.722 14.304 3.988 3.994c.39.39.39 1.02 0 1.41a.995.995 0 0 1-1.41 0l-3.301-3.297-3.309 3.297a.995.995 0 0 1-1.41 0 .996.996 0 0 1 0-1.41l3.96-3.983c.402-.401 1.081-.411 1.482-.01ZM8 15.998a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h5ZM10 10.998a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h7ZM12.28 4.298a.986.986 0 0 1 1.41 0l3.309 3.285L20.3 4.298a.986.986 0 0 1 1.41 0c.39.39.39 1.02 0 1.41l-3.96 3.981c-.4.4-1.108.391-1.51-.01l-3.96-3.971a.995.995 0 0 1 0-1.41ZM8 5.998a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h5Z",
shapeRendering: "geometricPrecision"
}));
}
RootCollapseList.displayName = 'CollapseList';
const CollapseList = createBaseComponent(RootCollapseList);
export { CollapseList as default };