UNPKG

@craftercms/studio-ui

Version:

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

47 lines (45 loc) 2.83 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: 'M15.1918 4.2236L18.1221 7.15384C18.4696 7.50133 18.7607 8.19632 18.7607 8.69409V19.5134C18.7607 20.0112 18.3568 20.415 17.8591 20.415H6.14087C5.6431 20.415 5.23926 20.0112 5.23926 19.5134V4.48657C5.23926 3.98881 5.6431 3.58496 6.14087 3.58496H13.6516C14.1493 3.58496 14.8443 3.87611 15.1918 4.2236ZM14.3372 5.06886C14.2714 5.00312 14.1118 4.91859 13.9521 4.86224V8.39355H17.4834C17.4271 8.23389 17.3425 8.07423 17.2768 8.00849L14.3372 5.06886ZM6.44141 19.2129H17.5585V9.5957H13.6516C13.1538 9.5957 12.75 9.19185 12.75 8.69409V4.78711H6.44141V19.2129Z' }), React.createElement('path', { d: 'M13.9223 15.4573H13.5406L13.4053 15.3268C13.9851 14.6503 14.2847 13.7273 14.1204 12.7464C13.8933 11.4031 12.7723 10.3304 11.4193 10.1661C9.37527 9.91479 7.65503 11.635 7.9063 13.679C8.07059 15.032 9.14333 16.1531 10.4867 16.3802C11.4676 16.5445 12.3905 16.2449 13.067 15.665L13.1975 15.8003V16.1821L15.2511 18.2357C15.4493 18.4338 15.773 18.4338 15.9711 18.2357C16.1692 18.0376 16.1692 17.7139 15.9711 17.5157L13.9223 15.4573ZM11.023 15.4573C9.81982 15.4573 8.84856 14.486 8.84856 13.2828C8.84856 12.0796 9.81982 11.1083 11.023 11.1083C12.2262 11.1083 13.1975 12.0796 13.1975 13.2828C13.1975 14.486 12.2262 15.4573 11.023 15.4573Z' }) ), 'PageExplorer' );