package.dist.js.icons.chevron-circle-down-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ChevronCircleDownIconConfig: {
name: 'ChevronCircleDownIcon',
height: 512,
width: 512,
svgPath: 'M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z',
yOffset: 0,
xOffset: 0,
};
export declare const ChevronCircleDownIcon: React.ComponentClass;
export default ChevronCircleDownIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy