UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 599 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 Compress = createIcon("Compress", [ [ "path", { d: "M4 9.5V11.5H20V9.5H4ZM16 4.5L14.59 3.09L13 4.67V1.5H11V4.69L9.39 3.11L8 4.5L12 8.5L16 4.5ZM4 14.5H20V12.5H4V14.5ZM8 19.5L9.39 20.89L11 19.31V22.5H13V19.33L14.59 20.92L16 19.5L12 15.5L8 19.5Z", key: "17cs9u" } ] ]); export { Compress as default }; //# sourceMappingURL=compress.js.map