All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.js.icons.file-icon.js Maven / Gradle / Ivy

"use strict"
exports.__esModule = true;
exports.FileIconConfig = {
  name: 'FileIcon',
  height: 512,
  width: 384,
  svgPath: 'M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z',
  yOffset: 0,
  xOffset: 0,
};
exports.FileIcon = require('../createIcon').createIcon(exports.FileIconConfig);
exports["default"] = exports.FileIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy