UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 541 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 Transform = createIcon("Transform", [ [ "path", { d: "M22 18V16H8V4H10L7 1L4 4H6V6H2V8H6V16C6 17.1 6.9 18 8 18H16V20H14L17 23L20 20H18V18H22ZM10 8H16V14H18V8C18 6.9 17.1 6 16 6H10V8Z", key: "wlk2zy" } ] ]); export { Transform as default }; //# sourceMappingURL=transform.js.map