google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 583 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 FilterFrames = createIcon("FilterFrames", [
[
"path",
{
d: "M20 5H16L12 1L8 5H4C2.9 5 2 5.9 2 7V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V7C22 5.9 21.1 5 20 5ZM20 21H4V7H8.52L12.04 3.5L15.52 7H20V21ZM18 9H6V19H18",
key: "1x69hy"
}
]
]);
export { FilterFrames as default };
//# sourceMappingURL=filter_frames.js.map