@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
42 lines (40 loc) • 3.65 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: 'M13.0551 20.9324H16.0651C16.4852 20.9324 16.8882 20.7655 17.1853 20.4684C17.4824 20.1713 17.6493 19.7684 17.6493 19.3482V16.1798H18.8374C19.3626 16.1798 19.8663 15.9712 20.2377 15.5998C20.609 15.2285 20.8177 14.7248 20.8177 14.1996C20.8177 13.6744 20.609 13.1707 20.2377 12.7993C19.8663 12.428 19.3626 12.2193 18.8374 12.2193H17.6493V9.05093C17.6493 8.1717 16.9364 7.46674 16.0651 7.46674H12.8967V6.27859C12.8967 5.75339 12.6881 5.24971 12.3167 4.87834C11.9453 4.50697 11.4416 4.29834 10.9164 4.29834C10.3912 4.29834 9.88756 4.50697 9.51619 4.87834C9.14482 5.24971 8.93619 5.75339 8.93619 6.27859V7.46674H5.76779C5.34764 7.46674 4.94469 7.63364 4.64759 7.93074C4.3505 8.22783 4.18359 8.63078 4.18359 9.05093V12.0609H5.37174C6.55989 12.0609 7.51041 13.0114 7.51041 14.1996C7.51041 15.3877 6.55989 16.3382 5.37174 16.3382H4.18359V19.3482C4.18359 19.7684 4.3505 20.1713 4.64759 20.4684C4.94469 20.7655 5.34764 20.9324 5.76779 20.9324H8.77777V19.7443C8.77777 18.5561 9.72829 17.6056 10.9164 17.6056C12.1046 17.6056 13.0551 18.5561 13.0551 19.7443V20.9324ZM16.3365 13.5321H18.8374C19.0145 13.5321 19.1842 13.6024 19.3094 13.7276C19.4346 13.8528 19.5049 14.0226 19.5049 14.1996C19.5049 14.3766 19.4346 14.5464 19.3094 14.6715C19.1842 14.7967 19.0145 14.867 18.8374 14.867H16.3365V19.3482C16.3365 19.4202 16.3079 19.4892 16.257 19.5401C16.2061 19.591 16.1371 19.6196 16.0651 19.6196H14.3657C14.3006 17.7647 12.7879 16.2928 10.9164 16.2928C9.04498 16.2928 7.53227 17.7647 7.46717 19.6196H5.76779C5.69581 19.6196 5.62677 19.591 5.57587 19.5401C5.52497 19.4892 5.49637 19.4202 5.49637 19.3482V17.6488C7.35129 17.5837 8.82319 16.071 8.82319 14.1996C8.82319 12.3281 7.35129 10.8154 5.49637 10.7503V9.05093C5.49637 8.97895 5.52497 8.90991 5.57587 8.85901C5.62677 8.80811 5.69581 8.77952 5.76779 8.77952H10.249V6.27859C10.249 6.10156 10.3193 5.93179 10.4445 5.80662C10.5696 5.68144 10.7394 5.61112 10.9164 5.61112C11.0935 5.61112 11.2632 5.68144 11.3884 5.80662C11.5136 5.93179 11.5839 6.10156 11.5839 6.27859V8.77952H16.0651C16.2156 8.77952 16.3365 8.901 16.3365 9.05093V13.5321Z'
}),
'ComponentIcon'
);