@craftercms/studio-ui
Version:
Services, components, models & utils to build CrafterCMS authoring extensions.
42 lines (40 loc) • 3.75 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: 'M11.1904 17.2C11.2614 17.2 11.3317 17.203 11.4011 17.2088C11.4087 16.6951 11.4809 16.197 11.6099 15.7223C11.4721 15.7079 11.3322 15.7005 11.1904 15.7005C9.05283 15.7005 7.32497 17.3817 7.25061 19.5005H5.30952C5.2273 19.5005 5.14845 19.4678 5.09031 19.4097C5.03217 19.3515 4.9995 19.2727 4.9995 19.1905V17.2494C7.11825 17.175 8.7995 15.4471 8.7995 13.3096C8.7995 11.1719 7.11825 9.44401 4.9995 9.36965V7.42857C4.9995 7.34636 5.03217 7.2675 5.09031 7.20936C5.14845 7.15122 5.2273 7.11856 5.30952 7.11856H10.4281V4.26191C10.4281 4.0597 10.5084 3.86578 10.6514 3.72281C10.7943 3.57982 10.9883 3.4995 11.1904 3.4995C11.3927 3.4995 11.5866 3.57982 11.7296 3.72281C11.8726 3.86578 11.9529 4.0597 11.9529 4.26191V7.11856H17.0714C17.2433 7.11856 17.3814 7.25732 17.3814 7.42857V11.2998L17.4004 11.2998C19.4862 11.2998 21.3234 12.3641 22.3986 13.9793C22.4652 13.7643 22.5 13.5387 22.5 13.3096C22.5 12.7097 22.2616 12.1343 21.8375 11.7101C21.4133 11.286 20.8379 11.0476 20.238 11.0476H18.881V7.42857C18.881 6.42429 18.0667 5.61906 17.0714 5.61906H13.4524V4.26191C13.4524 3.66201 13.2141 3.08669 12.7899 2.6625C12.3657 2.2383 11.7903 2 11.1904 2C10.5905 2 10.0153 2.2383 9.59106 2.6625C9.16687 3.08669 8.92857 3.66201 8.92857 4.26191V5.61906H5.30952C4.82961 5.61906 4.36935 5.8097 4.03 6.14905C3.69065 6.4884 3.5 6.94866 3.5 7.42857V10.8667H4.85714C6.21428 10.8667 7.3 11.9524 7.3 13.3096C7.3 14.6667 6.21428 15.7523 4.85714 15.7523H3.5V19.1905C3.5 19.6704 3.69065 20.1306 4.03 20.47C4.36935 20.8094 4.82961 21 5.30952 21H8.74762V19.6429C8.74762 18.2857 9.83333 17.2 11.1904 17.2ZM21.6124 16.0425C22.0524 17.4625 21.6824 18.6825 21.1024 19.6925L23.5924 22.2025C23.9824 22.5925 23.9824 23.2125 23.5924 23.6025C23.2024 23.9925 22.5824 23.9925 22.1924 23.6025L19.6924 21.1025C18.6824 21.6825 17.4724 22.0525 16.0424 21.6125C14.3224 21.0825 13.0024 19.5625 12.8224 17.7725C12.5424 14.8925 14.9024 12.5425 17.7724 12.8225C19.5724 12.9925 21.0824 14.3225 21.6124 16.0425ZM14.8024 17.2925C14.8024 18.6925 15.9024 19.7925 17.3024 19.7925C18.7024 19.7925 19.8024 18.6925 19.8024 17.2925C19.8024 15.8925 18.7024 14.7925 17.3024 14.7925C15.9024 14.7925 14.8024 15.8925 14.8024 17.2925Z'
}),
'ComponentIcon'
);