@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
41 lines (39 loc) • 2.81 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',
d: 'M12.8905 2.37723L21.6228 11.109C22.1257 11.612 22.1257 12.4281 21.6228 12.9313L12.9313 21.6228C12.4279 22.1257 11.6124 22.1257 11.1097 21.6228L2.37739 12.8907C1.8742 12.3878 1.8742 11.5721 2.37739 11.0687L11.0691 2.37723C11.5723 1.87426 12.3879 1.87426 12.8905 2.37723ZM12.7395 4.01093L19.989 11.26C20.4066 11.6776 20.4066 12.3552 19.989 12.7729L12.7733 19.9885C12.3554 20.4061 11.6784 20.4061 11.2611 19.9885L4.01155 12.7392C3.59381 12.3216 3.59381 11.6445 4.01155 11.2265L9.25655 5.98168L10.6355 7.36087C10.4031 7.91783 10.5121 8.58343 10.9657 9.03636C11.1138 9.18514 11.2848 9.29618 11.4674 9.37081V14.862C11.2848 14.9371 11.1136 15.0488 10.9657 15.1965C10.3671 15.7949 10.3671 16.7649 10.9657 17.3642C11.5637 17.9628 12.5341 17.9628 13.133 17.3642C13.7316 16.7649 13.7316 15.7949 13.133 15.1965C13.0114 15.0753 12.8736 14.979 12.7276 14.9066L12.7279 9.46603L14.7952 11.5335C14.5672 12.0882 14.6785 12.7496 15.1288 13.2004C15.7279 13.7992 16.6978 13.7992 17.2967 13.2004C17.8953 12.6015 17.8953 11.6316 17.2967 11.0331C16.8683 10.6041 16.2495 10.4845 15.7132 10.6693L13.4963 8.45241C13.6813 7.91607 13.5611 7.2979 13.133 6.86911C12.7068 6.44294 12.0939 6.3218 11.5593 6.50239L10.1476 5.09065L11.2274 4.01093C11.6451 3.59336 12.3223 3.59336 12.7395 4.01093Z'
}),
'Git'
);