package.dist.esm.icons.outlined-arrow-alt-circle-right-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const OutlinedArrowAltCircleRightIconConfig = {
name: 'OutlinedArrowAltCircleRightIcon',
height: 512,
width: 512,
svgPath: 'M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z',
yOffset: 0,
xOffset: 0,
};
export const OutlinedArrowAltCircleRightIcon = createIcon(OutlinedArrowAltCircleRightIconConfig);
export default OutlinedArrowAltCircleRightIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy