package.dist.esm.icons.outlined-circle-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const OutlinedCircleIconConfig: {
name: 'OutlinedCircleIcon',
height: 512,
width: 512,
svgPath: 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z',
yOffset: 0,
xOffset: 0,
};
export declare const OutlinedCircleIcon: React.ComponentClass;
export default OutlinedCircleIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy