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

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

"use strict"
exports.__esModule = true;
exports.WindowsIconConfig = {
  name: 'WindowsIcon',
  height: 512,
  width: 448,
  svgPath: 'M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z',
  yOffset: 0,
  xOffset: 0,
};
exports.WindowsIcon = require('../createIcon').createIcon(exports.WindowsIconConfig);
exports["default"] = exports.WindowsIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy