UNPKG

@semcore/icon

Version:
27 lines 1.29 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 SideMenuLeft({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "SideMenuLeft", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M10 3H1V1h9a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H1v-2h9V3Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M1 6h6a1 1 0 0 1 0 2H1V6Zm6 5H1v2h6a1 1 0 1 0 0-2Zm-6 5h6a1 1 0 1 1 0 2H1v-2Zm18.172-5L17.5 9.414A1 1 0 0 1 18.914 8L23 12l-4.086 4a1 1 0 0 1-1.414-1.414L19.172 13H15a1 1 0 1 1 0-2h4.172Z", shapeRendering: "geometricPrecision" })); } SideMenuLeft.displayName = 'SideMenuLeft'; export default createBaseComponent(SideMenuLeft);