@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
40 lines (38 loc) • 1.83 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('path', {
d: 'M11.9996 18.1778L16.5218 16.9222L17.1329 10.1444H9.08848L8.88848 7.88889H17.3329L17.5551 5.67778H6.44403L7.06625 12.3556H14.7218L14.4663 15.2222L11.9996 15.8889L9.53292 15.2222L9.37737 13.3778H7.15514L7.47737 16.9222L11.9996 18.1778ZM3.18848 2H20.8107L19.2218 20L11.9996 22L4.77737 20L3.18848 2Z'
}),
'HtmlIcon'
);