package.dist.js.icons.outlined-arrow-alt-circle-up-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const OutlinedArrowAltCircleUpIconConfig: {
name: 'OutlinedArrowAltCircleUpIcon',
height: 512,
width: 512,
svgPath: 'M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z',
yOffset: 0,
xOffset: 0,
};
export declare const OutlinedArrowAltCircleUpIcon: React.ComponentClass;
export default OutlinedArrowAltCircleUpIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy