@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
64 lines (62 loc) • 3.11 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(
React.Fragment,
null,
React.createElement(
'g',
{ clipPath: 'url(#clip0)' },
React.createElement('path', {
fillRule: 'evenodd',
clipRule: 'evenodd',
d: 'M19.8299 11.1104H18.0709V7.91053C18.0709 7.8243 18.0011 7.75439 17.9148 7.75439H13.5734C13.4871 7.75439 13.4173 7.8243 13.4173 7.91053V11.1104H11.526V7.91053C11.526 7.8243 11.4562 7.75439 11.3698 7.75439H7.02305C6.93674 7.75439 6.8669 7.8243 6.8669 7.91053V11.1104H5.12959C4.87081 11.1104 4.66113 11.3201 4.66113 11.5788V17.4213C4.66113 17.6799 4.87081 17.8897 5.12959 17.8897H19.8299C20.0887 17.8897 20.2983 17.6799 20.2983 17.4213V11.5788C20.2983 11.3201 20.0887 11.1104 19.8299 11.1104ZM10.5483 12.088H14.395V8.73203H17.0932V12.088H19.3206V16.912H5.63888V12.088H7.84465V8.73203H10.5483V12.088Z'
}),
React.createElement('path', {
fillRule: 'evenodd',
clipRule: 'evenodd',
d: 'M24.022 12.6152C24.022 18.9776 18.8633 24.1352 12.5007 24.1352C6.13817 24.1352 0.979492 18.9776 0.979492 12.6152C0.979492 6.25287 6.13817 1.09521 12.5007 1.09521C18.8633 1.09521 24.022 6.25287 24.022 12.6152ZM23.2541 12.6152C23.2541 18.5533 18.4395 23.3674 12.5007 23.3674C6.56197 23.3674 1.74739 18.5533 1.74739 12.6152C1.74739 6.67709 6.56197 1.86303 12.5007 1.86303C18.4395 1.86303 23.2541 6.67709 23.2541 12.6152Z'
})
),
React.createElement(
'defs',
null,
React.createElement(
'clipPath',
{ id: 'clip0' },
React.createElement('rect', { x: '0.5', y: '0.615234', width: '24.0006', height: '24' })
)
)
),
'RepeatGroupItem'
);