UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 563 B
/** * @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 DeleteSweep = createIcon("DeleteSweep", [ [ "path", { d: "M15 16H19V18H15V16ZM15 8H22V10H15V8ZM15 12H21V14H15V12ZM3 18C3 19.1 3.9 20 5 20H11C12.1 20 13 19.1 13 18V8H3V18ZM14 5H11L10 4H6L5 5H2V7H14V5Z", key: "zbukce" } ] ]); export { DeleteSweep as default }; //# sourceMappingURL=delete_sweep.js.map