google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 748 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 FileOpen = createIcon("FileOpen", [
[
"path",
{
d: "M13.3203 21.8154H4.32031C3.22031 21.8154 2.32031 20.9154 2.32031 19.8154V3.81543C2.32031 2.71543 3.22031 1.81543 4.32031 1.81543H12.3203L18.3203 7.81543V13.8154H16.3203V8.81543H11.3203V3.81543H4.32031V19.8154H13.3203V21.8154ZM17.3203 21.4754V19.2354L20.2703 22.1854L21.6803 20.7754L18.7303 17.8154H20.9703V15.8154H15.3203V21.4754H17.3203Z",
key: "i4cvi6"
}
]
]);
export { FileOpen as default };
//# sourceMappingURL=file_open.js.map