@semcore/icon
Version:
Semrush Icon Component
25 lines • 1.43 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 = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "CollapseList",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "m12.722 9.311 2.988 2.971c.39.39.39 1.032 0 1.423-.39.39-1.01.4-1.41 0l-2.301-2.287-2.3 2.287c-.4.4-1.019.39-1.41 0a1.01 1.01 0 0 1 0-1.423l2.988-2.97c.402-.401 1.045-.4 1.445 0ZM5 11.005a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2h4ZM7 7.005a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2h6ZM14.3 2.295a.996.996 0 0 1 1.41 0c.39.39.39 1.04 0 1.431l-2.989 2.97a1.023 1.023 0 0 1-1.444 0L8.29 3.726a1.021 1.021 0 0 1 0-1.431.995.995 0 0 1 1.41 0l2.299 2.294 2.3-2.294ZM5 3.005a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2h4Z",
shapeRendering: "geometricPrecision"
}));
}
RootCollapseList.displayName = 'CollapseList';
const CollapseList = createBaseComponent(RootCollapseList);
export { CollapseList as default };