UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 453 B
/** * @license google-material-icons v2.1.4 - 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 Reorder = createIcon("Reorder", [ [ "path", { d: "M3 15H21V13H3V15ZM3 19H21V17H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z", key: "lpr87i" } ] ]); export { Reorder as default }; //# sourceMappingURL=reorder.js.map