google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 697 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 FileDownloadOff = createIcon("FileDownloadOff", [
[
"path",
{
d: "M9.70961 5.45961V2.28961H15.7096V8.28961H19.7096L16.1196 11.8796L9.70961 5.45961ZM21.8996 20.4796L3.51961 2.09961L2.09961 3.50961L6.87961 8.28961H5.70961L12.7096 15.2896L13.2996 14.6996L15.8796 17.2896H5.70961V19.2896H17.8796L20.4896 21.8996L21.8996 20.4796Z",
key: "uspu6v"
}
]
]);
export { FileDownloadOff as default };
//# sourceMappingURL=file_download_off.js.map