google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 978 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Unsubscribe = createIcon("Unsubscribe", [
[
"path",
{
d: "M20.488 14.538V5.49805C20.488 4.39805 19.588 3.49805 18.488 3.49805H4.49805C3.39805 3.49805 2.49805 4.39805 2.49805 5.49805V15.498C2.49805 16.598 3.39805 17.498 4.49805 17.498H14.548C14.828 19.418 16.648 20.848 18.728 20.428C20.068 20.158 21.158 19.058 21.428 17.718C21.678 16.478 21.268 15.328 20.488 14.538ZM18.488 5.49805L11.498 8.99805L4.49805 5.49805H18.488ZM14.848 15.498H4.49805V7.49805L11.498 10.998L18.498 7.49805V13.548C18.338 13.528 18.168 13.498 17.998 13.498C16.608 13.498 15.408 14.318 14.848 15.498ZM19.998 17.498H15.998V16.498H19.998V17.498Z",
key: "hxcb7h"
}
]
]);
export { Unsubscribe as default };
//# sourceMappingURL=unsubscribe.js.map