@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
50 lines (48 loc) • 2.04 kB
JavaScript
/*
* 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: 'M4.41167 22.6426V21.7533L9.58542 14.1746H4.97755V12.8205H11.6873V13.7098L6.5135 21.2885H11.8489V22.6426H4.41167Z'
}),
React.createElement('path', {
d: 'M10.2373 8.31934V7.76356L13.4709 3.02685H10.5909V2.18055H14.7845V2.73633L11.5509 7.47304H14.8856V8.31934H10.2373Z'
}),
React.createElement('path', {
d: 'M14.7747 17.2393V16.5168L18.9783 10.359H15.2344V9.25884H20.6861V9.98135L16.4824 16.1391H20.8174V17.2393H14.7747Z'
})
),
'Sleep'
);