package.dist.js.icons.angle-down-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const AngleDownIconConfig: {
name: 'AngleDownIcon',
height: 512,
width: 320,
svgPath: 'M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z',
yOffset: 0,
xOffset: 0,
};
export declare const AngleDownIcon: React.ComponentClass;
export default AngleDownIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy