UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 827 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: "M21.7096 4.28961C21.7096 3.18961 20.8096 2.28961 19.7096 2.28961H6.53961L21.7096 17.4596V4.28961Z", key: "wi56we" } ], [ "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.09961ZM6.70961 16.2896L9.70961 12.2896L11.9596 15.2896L12.7796 14.1896L14.8796 16.2896H6.70961Z", key: "i4gfbm" } ] ]); export { HideImage as default }; //# sourceMappingURL=hide_image.js.map