package.dist.esm.icons.step-forward-icon.js Maven / Gradle / Ivy
import { createIcon } from '../createIcon';
export const StepForwardIconConfig = {
name: 'StepForwardIcon',
height: 512,
width: 448,
svgPath: 'M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z',
yOffset: 0,
xOffset: 0,
};
export const StepForwardIcon = createIcon(StepForwardIconConfig);
export default StepForwardIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy