package.dist.esm.icons.phone-alt-icon.js Maven / Gradle / Ivy
import { createIcon } from '../createIcon';
export const PhoneAltIconConfig = {
name: 'PhoneAltIcon',
height: 512,
width: 512,
svgPath: 'M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z',
yOffset: 0,
xOffset: 0,
};
export const PhoneAltIcon = createIcon(PhoneAltIconConfig);
export default PhoneAltIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy