google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 883 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: "M18.7096 14.4596V14.2896H20.7096V16.4596L18.7096 14.4596ZM16.1196 11.8796L17.7096 10.2896L16.2996 8.87961L14.7096 10.4596L16.1196 11.8796ZM13.7096 9.45961V3.28961H11.7096V7.45961L13.7096 9.45961ZM21.8996 20.4796L3.51961 2.09961L2.09961 3.50961L8.28961 9.69961L7.70961 10.2896L12.7096 15.2896L13.2996 14.6996L15.8796 17.2896H6.70961V14.2896H4.70961V17.2896C4.70961 18.3896 5.60961 19.2896 6.70961 19.2896H17.8796L20.4896 21.8996L21.8996 20.4796Z",
key: "ozldoj"
}
]
]);
export { FileDownloadOff as default };
//# sourceMappingURL=file_download_off.js.map