All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.js.icons.arrow-circle-up-icon.d.ts Maven / Gradle / Ivy

The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ArrowCircleUpIconConfig: {
  name: 'ArrowCircleUpIcon',
  height: 512,
  width: 512,
  svgPath: 'M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z',
  yOffset: 0,
  xOffset: 0,
};
export declare const ArrowCircleUpIcon: React.ComponentClass;
export default ArrowCircleUpIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy