package.dist.js.icons.angle-up-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const AngleUpIconConfig: {
name: 'AngleUpIcon',
height: 512,
width: 320,
svgPath: 'M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z',
yOffset: 0,
xOffset: 0,
};
export declare const AngleUpIcon: React.ComponentClass;
export default AngleUpIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy