@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
46 lines (44 loc) • 2.26 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', {
fillRule: 'evenodd',
clipRule: 'evenodd',
d: 'M22.2792 9.85407H19.8193V5.37854C19.8193 5.25794 19.7216 5.16016 19.6009 5.16016H13.5294C13.4087 5.16016 13.311 5.25794 13.311 5.37854V9.85407H10.6661V5.37854C10.6661 5.25794 10.5684 5.16016 10.4477 5.16016H4.36862C4.24792 5.16016 4.15024 5.25794 4.15024 5.37854V9.85407H1.72057C1.35866 9.85407 1.06543 10.1474 1.06543 10.5092V18.6809C1.06543 19.0427 1.35866 19.336 1.72057 19.336H22.2792C22.6411 19.336 22.9343 19.0427 22.9343 18.6809V10.5092C22.9343 10.1474 22.6411 9.85407 22.2792 9.85407ZM9.29868 11.2215H14.6784V6.52755H18.4519V11.2215H21.567V17.9687H2.43282V11.2215H5.51763V6.52755H9.29868V11.2215Z'
})
),
'ContentTypeField'
);