UNPKG

@semcore/icon

Version:
27 lines 1.27 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 = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "SideMenuRight", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M16 3h-4v10h4v2h-4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h4v2Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M14 5h2v2h-2a1 1 0 1 1 0-2Zm2 4h-2a1 1 0 1 0 0 2h2V9ZM3.828 7 5.5 5.414A1 1 0 0 0 4.086 4L0 8l4.086 4A1 1 0 0 0 5.5 10.586L3.828 9H8a1 1 0 1 0 0-2H3.828Z", shapeRendering: "geometricPrecision" })); } SideMenuRight.displayName = 'SideMenuRight'; export default createBaseComponent(SideMenuRight);