google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 571 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 Compress = createIcon("Compress", [
[
"path",
{
d: "M8 19.5H11V22.5H13V19.5H16L12 15.5L8 19.5ZM16 4.5H13V1.5H11V4.5H8L12 8.5L16 4.5ZM4 9.5V11.5H20V9.5H4Z",
key: "m5w4pw"
}
],
["path", { d: "M4 12.5H20V14.5H4V12.5Z", key: "ptwczz" }]
]);
export { Compress as default };
//# sourceMappingURL=compress.js.map