@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
40 lines (38 loc) • 1.94 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.9961 10.1482H6.88666L7.0838 12.3559H14.6981L14.4426 15.2188L11.992 15.8837L11.9899 15.8845L9.54299 15.2204L9.38667 13.4596H7.18176L7.48911 16.9262L11.9899 18.1817L12.0001 18.1788V18.1784L16.4969 16.9262L16.53 16.5531L17.0463 10.7408L17.0997 10.1482L17.4965 5.6796H6.49033L6.69033 7.88736H15.0887L14.8887 10.1482H11.9965H11.9961ZM20.7757 2L19.1769 19.998L11.9891 22.0001L4.82176 20.0009L3.22461 2H20.7757Z'
}),
'CssIcon'
);