package.dist.js.icons.chevron-circle-right-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ChevronCircleRightIconConfig: {
name: 'ChevronCircleRightIcon',
height: 512,
width: 512,
svgPath: 'M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z',
yOffset: 0,
xOffset: 0,
};
export declare const ChevronCircleRightIcon: React.ComponentClass;
export default ChevronCircleRightIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy