UNPKG

@craftercms/studio-ui

Version:

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

40 lines (38 loc) 2.16 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('path', { d: 'M17.4175 7.55977C17.4175 6.61977 18.5575 6.13977 19.2275 6.80977L23.7075 11.2898C24.0975 11.6798 24.0975 12.3098 23.7075 12.6998L19.2275 17.1798C18.5575 17.8598 17.4175 17.3798 17.4175 16.4398C17.4175 16.1598 17.5275 15.8898 17.7275 15.6898L21.4175 11.9998L17.7275 8.30977C17.5275 8.10977 17.4175 7.83977 17.4175 7.55977ZM11.4175 8.99977V7.40977C11.4175 6.51977 12.4975 6.06977 13.1275 6.69977L17.7175 11.2898C18.1075 11.6798 18.1075 12.3098 17.7175 12.6998L13.1275 17.2898C12.4975 17.9198 11.4175 17.4698 11.4175 16.5798V14.8998C6.4175 14.8998 2.9175 16.4998 0.4175 19.9998C1.4175 14.9998 4.4175 9.99977 11.4175 8.99977Z' }), 'LevelDescriptor' );