@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
47 lines (45 loc) • 2.6 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: 'M11.3332 22.035C10.3362 22.4998 9.14018 22.0645 8.6753 21.0676L4.44912 12.0045C3.98424 11.0076 4.41956 9.81154 5.4165 9.34666L12.667 5.96571C13.6639 5.50083 14.8599 5.93615 15.3248 6.93309L19.551 15.9962C20.0159 16.9931 19.5806 18.1891 18.5836 18.654L11.3332 22.035ZM12.6059 8.20095L7.16804 10.7367C6.66957 10.9691 6.45191 11.5671 6.68435 12.0656L10.0653 19.316C10.2977 19.8145 10.8958 20.0322 11.3942 19.7997L16.8321 17.264C17.3305 17.0316 17.5482 16.4336 17.3158 15.9351L13.9348 8.68464C13.7024 8.18617 13.1044 7.96851 12.6059 8.20095Z'
}),
React.createElement('path', {
d: 'M5.83068 2.9352L17.6484 5.01898C18.19 5.11448 18.7113 4.74946 18.8068 4.20782C18.9023 3.66617 18.5373 3.14487 17.9957 3.04936L15.5337 2.61524L14.9577 1.79274C14.8117 1.58422 14.5748 1.43074 14.3187 1.38559L10.2022 0.659741C9.94618 0.614593 9.67103 0.677773 9.4625 0.823782L8.64 1.39971L6.17798 0.965585C5.63634 0.870078 5.11503 1.2351 5.01952 1.77674C4.92402 2.31839 5.28904 2.83969 5.83068 2.9352Z'
})
),
'OpenRubbishBinTiltedLeft'
);