package.dist.js.icons.trash-restore-alt-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const TrashRestoreAltIconConfig: {
name: 'TrashRestoreAltIcon',
height: 512,
width: 448,
svgPath: 'M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z',
yOffset: 0,
xOffset: 0,
};
export declare const TrashRestoreAltIcon: React.ComponentClass;
export default TrashRestoreAltIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy