package.dist.esm.icons.user-sec-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const UserSecIconConfig = {
name: 'UserSecIcon',
height: 1024,
width: 830,
svgPath: 'M0,1024 C7.8,907.1 37.3,664.2 147.8,568.3 C147.8,568.3 207.5,511.5 298.4,511.996718 L530.3,511.996718 C621.3,511.996718 680.9,568.3 680.9,568.3 C680.9,568.3 813.9,680.1 830,1024 L0,1024 Z M639.4,224 C639.4,347.7 539.1,448 415.4,448 C291.7,448 191.4,347.7 191.4,224 C191.4,100.3 291.9,0 415.6,0 C539.3,0 639.4,100.3 639.4,224 L639.4,224 Z',
yOffset: 0,
xOffset: 0,
};
export const UserSecIcon = createIcon(UserSecIconConfig);
export default UserSecIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy