@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
42 lines (40 loc) • 3.37 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', {
fillRule: 'evenodd',
clipRule: 'evenodd',
d: 'M4.00098 19.9995V4H20.0004V19.9995H4.00098ZM2.00098 3C2.00098 2.44772 2.44869 2 3.00098 2H21.0004C21.5527 2 22.0004 2.44772 22.0004 3V20.9995C22.0004 21.5518 21.5527 21.9995 21.0004 21.9995H3.00098C2.44869 21.9995 2.00098 21.5518 2.00098 20.9995V3ZM8.54298 17.8695C9.03698 18.0602 9.56998 18.1555 10.142 18.1555C10.7226 18.1555 11.247 18.0602 11.715 17.8695C12.1916 17.6702 12.573 17.4275 12.859 17.1415V13.3975H9.89498V14.6325H11.507V16.4655C11.3683 16.5868 11.1906 16.6822 10.974 16.7515C10.7573 16.8122 10.5276 16.8425 10.285 16.8425C9.42698 16.8425 8.77698 16.5695 8.33498 16.0235C7.90164 15.4688 7.68498 14.7062 7.68498 13.7355C7.68498 13.2588 7.74564 12.8298 7.86698 12.4485C7.98831 12.0672 8.15731 11.7465 8.37398 11.4865C8.59931 11.2178 8.86364 11.0142 9.16698 10.8755C9.47898 10.7282 9.82564 10.6545 10.207 10.6545C10.6056 10.6545 10.935 10.7282 11.195 10.8755C11.4636 11.0142 11.7063 11.1875 11.923 11.3955L12.729 10.4205C12.4603 10.1432 12.1136 9.89618 11.689 9.67951C11.273 9.45418 10.7616 9.34151 10.155 9.34151C9.59164 9.34151 9.06298 9.44118 8.56898 9.64051C8.08364 9.83985 7.65898 10.1302 7.29498 10.5115C6.93964 10.8928 6.65798 11.3608 6.44998 11.9155C6.24198 12.4615 6.13798 13.0812 6.13798 13.7745C6.13798 14.4765 6.23764 15.1005 6.43698 15.6465C6.63631 16.1925 6.91364 16.6518 7.26898 17.0245C7.63298 17.3972 8.05764 17.6788 8.54298 17.8695ZM14.6131 11.6165V17.9995H16.1081V14.0995C16.3074 13.6142 16.5457 13.2762 16.8231 13.0855C17.1004 12.8862 17.3647 12.7865 17.6161 12.7865C17.7547 12.7865 17.8717 12.7952 17.9671 12.8125C18.0624 12.8298 18.1664 12.8558 18.2791 12.8905L18.5391 11.5905C18.3571 11.5038 18.1144 11.4605 17.8111 11.4605C17.4731 11.4605 17.1437 11.5732 16.8231 11.7985C16.5024 12.0152 16.2294 12.3315 16.0041 12.7475H15.9521L15.8481 11.6165H14.6131Z'
}),
'GroovyIcon'
);