UNPKG

@craftercms/studio-ui

Version:

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

44 lines (42 loc) 2.11 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 { createSvgIcon } from '@mui/material/utils'; import React from 'react'; export default createSvgIcon( React.createElement( React.Fragment, null, React.createElement('path', { d: 'M19.9169 2.7815L3.50918 12.2452C2.66682 12.7323 2.75105 13.9739 3.64835 14.3438L8.78307 16.468V20.2037C8.78307 21.3097 10.1675 21.7895 10.8597 20.9471L13.0828 18.2443L17.7121 20.1561C18.4116 20.4454 19.2027 20.0022 19.3162 19.2514L21.6602 3.97545C21.8103 2.99758 20.7592 2.2944 19.9169 2.7815ZM9.95505 20.2037V16.9514L11.9511 17.7755L9.95505 20.2037ZM18.1589 19.072L10.607 15.9516L17.9135 7.31559C18.0893 7.11049 17.8073 6.83214 17.6022 7.00794L8.25202 14.9774L4.09516 13.2634L20.5028 3.79599L18.1589 19.072Z' }) ), 'PaperPlane' );