UNPKG

@semcore/icon

Version:
27 lines 1.3 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 SideMenuRight({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "SideMenuRight", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M14 3h9V1h-9a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h9v-2h-9V3Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M23 6h-6a1 1 0 1 0 0 2h6V6Zm-6 5h6v2h-6a1 1 0 1 1 0-2Zm6 5h-6a1 1 0 1 0 0 2h6v-2ZM4.828 11 6.5 9.414A1 1 0 0 0 5.086 8L1 12l4.086 4A1 1 0 0 0 6.5 14.586L4.828 13H9a1 1 0 1 0 0-2H4.828Z", shapeRendering: "geometricPrecision" })); } SideMenuRight.displayName = 'SideMenuRight'; export default createBaseComponent(SideMenuRight);