UNPKG

@craftercms/studio-ui

Version:

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

42 lines (40 loc) 3.54 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('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M13.6333 21H17.0714C17.5513 21 18.0116 20.8094 18.351 20.47C18.6903 20.1306 18.881 19.6704 18.881 19.1905V15.5714H20.238C20.8379 15.5714 21.4133 15.3331 21.8375 14.9089C22.2616 14.4848 22.5 13.9095 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.2C12.5476 17.2 13.6333 18.2857 13.6333 19.6429V21ZM17.3814 12.5471H20.238C20.4403 12.5471 20.6342 12.6274 20.7772 12.7704C20.9202 12.9134 21.0005 13.1074 21.0005 13.3096C21.0005 13.5117 20.9202 13.7057 20.7772 13.8486C20.6342 13.9916 20.4403 14.0719 20.238 14.0719H17.3814V19.1905C17.3814 19.2727 17.3488 19.3515 17.2906 19.4097C17.2325 19.4678 17.1537 19.5005 17.0714 19.5005H15.1303C15.056 17.3817 13.3281 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.57983 10.9883 3.4995 11.1904 3.4995C11.3927 3.4995 11.5866 3.57983 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.42857V12.5471Z' }), 'ComponentIcon' );