@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
40 lines (38 loc) • 2.52 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', {
d: 'M21.6228 11.109L12.8905 2.37723C12.3879 1.87426 11.5723 1.87426 11.0691 2.37723L9.25582 4.19052L11.556 6.49077C12.0906 6.31018 12.7035 6.43131 13.1297 6.85748C13.5578 7.28627 13.678 7.90445 13.4931 8.44078L15.7099 10.6577C16.2462 10.4729 16.865 10.5925 17.2934 11.0215C17.892 11.6199 17.892 12.5899 17.2934 13.1888C16.6945 13.7876 15.7246 13.7876 15.1255 13.1888C14.6752 12.738 14.564 12.0766 14.7919 11.5218L12.7246 9.45441L12.7243 14.8949C12.8703 14.9674 13.0081 15.0637 13.1297 15.1848C13.7283 15.7833 13.7283 16.7532 13.1297 17.3525C12.5308 17.9512 11.5604 17.9512 10.9624 17.3525C10.3638 16.7532 10.3638 15.7833 10.9624 15.1848C11.1103 15.0371 11.2815 14.9255 11.4641 14.8504V9.35918C11.2815 9.28456 11.1105 9.17352 10.9624 9.02474C10.5088 8.5718 10.3998 7.90621 10.6322 7.34925L8.36488 5.08149L2.37739 11.0687C1.8742 11.5721 1.8742 12.3878 2.37739 12.8907L11.1097 21.6228C11.6124 22.1257 12.4279 22.1257 12.9313 21.6228L21.6228 12.9313C22.1257 12.4281 22.1257 11.612 21.6228 11.109Z'
}),
'GitFilled'
);