package.dist.esm.icons.times-icon.js Maven / Gradle / Ivy
import { createIcon } from '../createIcon';
export const TimesIconConfig = {
name: 'TimesIcon',
height: 512,
width: 352,
svgPath: 'M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z',
yOffset: 0,
xOffset: 0,
};
export const TimesIcon = createIcon(TimesIconConfig);
export default TimesIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy