package.dist.js.icons.image-icon.js Maven / Gradle / Ivy
"use strict"
exports.__esModule = true;
exports.ImageIconConfig = {
name: 'ImageIcon',
height: 512,
width: 512,
svgPath: 'M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z',
yOffset: 0,
xOffset: 0,
};
exports.ImageIcon = require('../createIcon').createIcon(exports.ImageIconConfig);
exports["default"] = exports.ImageIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy