UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 891 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 HideImage = createIcon("HideImage", [ [ "path", { d: "M19.7096 4.28961V15.4596L21.7096 17.4596V4.28961C21.7096 3.18961 20.8096 2.28961 19.7096 2.28961H6.53961L8.53961 4.28961H19.7096Z", key: "18bqm0" } ], [ "path", { d: "M3.51961 2.09961L2.09961 3.50961L3.70961 5.11961V18.2896C3.70961 19.3896 4.60961 20.2896 5.70961 20.2896H18.8796L20.4896 21.8996L21.8996 20.4896L3.51961 2.09961ZM5.70961 18.2896V7.11961L12.7796 14.1896L11.9596 15.2896L9.70961 12.2896L6.70961 16.2896H14.8796L16.8796 18.2896H5.70961Z", key: "mc2qkj" } ] ]); export { HideImage as default }; //# sourceMappingURL=hide_image.js.map