UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 611 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 PermMedia = createIcon("PermMedia", [ [ "path", { d: "M2 6H0V11H0.01L0 20C0 21.1 0.9 22 2 22H20V20H2V6ZM22 4H14L12 2H6C4.9 2 4.01 2.9 4.01 4L4 16C4 17.1 4.9 18 6 18H22C23.1 18 24 17.1 24 16V6C24 4.9 23.1 4 22 4ZM7 15L11.5 9L15 13.51L17.5 10.5L21 15H7Z", key: "1slqrj" } ] ]); export { PermMedia as default }; //# sourceMappingURL=perm_media.js.map