UNPKG

@craftercms/studio-ui

Version:

Services, components, models & utils to build CrafterCMS authoring extensions.

50 lines (48 loc) 2.2 kB
/* * Copyright (C) 2007-2022 Crafter Software Corporation. All Rights Reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 as published by * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* * Copyright (C) 2007-2022 Crafter Software Corporation. All Rights Reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as published by * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ import React from 'react'; import { createSvgIcon } from '@mui/material/utils'; export default createSvgIcon( React.createElement( React.Fragment, null, React.createElement('path', { d: 'M0.923077 17.75H23.0769C23.5846 17.75 24 18.2 24 18.75C24 19.3 23.5846 19.75 23.0769 19.75H0.923077C0.415385 19.75 0 19.3 0 18.75C0 18.2 0.415385 17.75 0.923077 17.75Z' }), React.createElement('path', { d: 'M0.733728 10.875H18.3432C18.7467 10.875 19.0769 11.325 19.0769 11.875C19.0769 12.425 18.7467 12.875 18.3432 12.875H0.733728C0.330178 12.875 0 12.425 0 11.875C0 11.325 0.330178 10.875 0.733728 10.875Z' }), React.createElement('path', { d: 'M0.923077 4H23.0769C23.5846 4 24 4.45 24 5C24 5.55 23.5846 6 23.0769 6H0.923077C0.415385 6 0 5.55 0 5C0 4.45 0.415385 4 0.923077 4Z' }) ), 'CustomMenu' );