package.dist.esm.icons.sort-down-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const SortDownIconConfig: {
name: 'SortDownIcon',
height: 512,
width: 320,
svgPath: 'M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z',
yOffset: 0,
xOffset: 0,
};
export declare const SortDownIcon: React.ComponentClass;
export default SortDownIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy