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

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

"use strict"
exports.__esModule = true;
exports.FolderIconConfig = {
  name: 'FolderIcon',
  height: 512,
  width: 512,
  svgPath: 'M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z',
  yOffset: 0,
  xOffset: 0,
};
exports.FolderIcon = require('../createIcon').createIcon(exports.FolderIconConfig);
exports["default"] = exports.FolderIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy