UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 866 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 FolderOff = createIcon("FolderOff", [ [ "path", { d: "M20.6547 5.29453H12.6547L10.6547 3.29453H7.48473L22.4147 18.2245C22.5647 17.9445 22.6547 17.6345 22.6547 17.2945V7.29453C22.6547 6.19453 21.7547 5.29453 20.6547 5.29453Z", key: "1wsfhm" } ], [ "path", { d: "M2.75473 1.39453L1.34473 2.80453L2.90473 4.36453C2.75473 4.64453 2.66473 4.95453 2.66473 5.29453L2.65473 17.2945C2.65473 18.3945 3.55473 19.2945 4.65473 19.2945H17.8247L21.1347 22.6045L22.5447 21.1945L2.75473 1.39453Z", key: "qgfkzd" } ] ]); export { FolderOff as default }; //# sourceMappingURL=folder_off.js.map