UNPKG

@craftercms/studio-ui

Version:

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

47 lines (45 loc) 2.53 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( React.Fragment, null, React.createElement('path', { d: 'M20 6H12L10.59 4.59C10.21 4.21 9.7 4 9.17 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6ZM19 18H5C4.45 18 4 17.55 4 17V9C4 8.45 4.45 8 5 8H19C19.55 8 20 8.45 20 9V17C20 17.55 19.55 18 19 18Z' }), React.createElement('path', { d: 'M13.9223 14.1946H13.5406L13.4053 14.0641C13.9851 13.3876 14.2847 12.4647 14.1204 11.4837C13.8933 10.1404 12.7723 9.06766 11.4193 8.90337C9.37527 8.6521 7.65503 10.3723 7.9063 12.4163C8.07059 13.7693 9.14333 14.8904 10.4867 15.1175C11.4676 15.2818 12.3905 14.9822 13.067 14.4023L13.1975 14.5376V14.9194L15.2511 16.973C15.4493 17.1711 15.773 17.1711 15.9711 16.973C16.1692 16.7749 16.1692 16.4512 15.9711 16.253L13.9223 14.1946ZM11.023 14.1946C9.81982 14.1946 8.84856 13.2233 8.84856 12.0201C8.84856 10.8169 9.81982 9.84564 11.023 9.84564C12.2262 9.84564 13.1975 10.8169 13.1975 12.0201C13.1975 13.2233 12.2262 14.1946 11.023 14.1946Z' }) ), 'SiteExplorer' );