UNPKG

@craftercms/studio-ui

Version:

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

63 lines (61 loc) 2.74 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( 'g', { clipPath: 'url(#clip0)' }, React.createElement('path', { d: 'M0.000976563 12.6153H3.27366C3.27366 7.7936 7.17913 3.88801 12.0009 3.88801C13.7136 3.88801 15.3063 4.38998 16.6481 5.2407L15.0554 6.83348C14.15 6.34265 13.1027 6.06989 12.0009 6.06989C8.38999 6.06989 5.45547 9.00446 5.45547 12.6153H8.72816L4.3646 16.979L0.000976563 12.6153Z' }), React.createElement('path', { d: 'M24.001 12.6152H20.7283C20.7283 17.4369 16.8228 21.3425 12.001 21.3425C10.2883 21.3425 8.69563 20.8405 7.35383 19.9898L8.94655 18.397C9.85197 18.8878 10.8993 19.1606 12.001 19.1606C15.612 19.1606 18.5465 16.226 18.5465 12.6152L15.2738 12.6152L19.6374 8.25146L24.001 12.6152Z' }), React.createElement('circle', { cx: '12', cy: '8.61523', r: '1.5' }), React.createElement('circle', { cx: '12', cy: '16.2969', r: '1.5' }), React.createElement('circle', { cx: '12', cy: '12.6152', r: '1.5' }) ), React.createElement( 'defs', null, React.createElement( 'clipPath', { id: 'clip0' }, React.createElement('rect', { y: '0.615234', width: '24', height: '24' }) ) ) ), 'RepeatGroup' );