UNPKG

@craftercms/studio-ui

Version:

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

44 lines (42 loc) 2.13 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: 'M18.5459 9.10444H17.4103V7.71122C17.4103 4.62416 15.139 2.08004 12.3141 2.07228C9.48922 2.06453 7.18956 4.57374 7.18956 7.65693V9.10444H6.05392C5.11347 9.10444 4.35046 9.93826 4.35046 10.966V20.0672C4.35046 21.095 5.11347 21.9288 6.05392 21.9288H18.5459C19.4864 21.9288 20.2494 21.095 20.2494 20.0672V10.966C20.2494 9.93826 19.4864 9.10444 18.5459 9.10444ZM8.89301 7.65693C8.89301 5.60535 10.4226 3.93383 12.2999 3.93383C14.1773 3.93383 15.7068 5.60535 15.7068 7.65693V9.10444H8.89301V7.65693ZM18.5459 20.0672H6.05392V10.966H18.5459V20.0672Z' }) ), 'Lock' );