UNPKG

@craftercms/studio-ui

Version:

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

42 lines (40 loc) 3.18 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', { 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.70998 12.7995V17.9995H10.205V12.7995H12.324V15.8415C12.324 16.1882 12.3586 16.5045 12.428 16.7905C12.506 17.0678 12.623 17.3105 12.779 17.5185C12.9436 17.7178 13.1516 17.8738 13.403 17.9865C13.663 18.0992 13.975 18.1555 14.339 18.1555C14.599 18.1555 14.8373 18.1295 15.054 18.0775C15.2793 18.0342 15.4786 17.9822 15.652 17.9215L15.392 16.8165C15.2966 16.8598 15.1883 16.8945 15.067 16.9205C14.9543 16.9465 14.8416 16.9595 14.729 16.9595C14.1223 16.9595 13.819 16.5868 13.819 15.8415V12.7995H15.457V11.6165H13.819V9.87451H12.584L12.402 11.6165H10.205V10.9275C10.205 10.2082 10.4736 9.84851 11.011 9.84851C11.245 9.84851 11.479 9.90051 11.713 10.0045L11.999 8.88651C11.8516 8.82584 11.674 8.77384 11.466 8.73051C11.2666 8.68718 11.0543 8.66551 10.829 8.66551C10.4476 8.66551 10.1226 8.72184 9.85398 8.83451C9.59398 8.94718 9.37731 9.10751 9.20398 9.31551C9.03064 9.51484 8.90498 9.75751 8.82698 10.0435C8.74898 10.3208 8.70998 10.6242 8.70998 10.9535V11.6165L7.85198 11.6815V12.7995H8.70998ZM17.1158 17.6745C17.3325 17.9952 17.7095 18.1555 18.2468 18.1555C18.5761 18.1555 18.8405 18.1122 19.0398 18.0255L18.8448 16.9075C18.7841 16.9248 18.7365 16.9335 18.7018 16.9335H18.6108C18.5328 16.9335 18.4591 16.8988 18.3898 16.8295C18.3205 16.7515 18.2858 16.6215 18.2858 16.4395V8.82151H16.7908V16.3615C16.7908 16.9162 16.8991 17.3538 17.1158 17.6745Z' }), 'GroovyIcon' );