package.dist.esm.icons.folder-plus-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const FolderPlusIconConfig: {
name: 'FolderPlusIcon',
height: 512,
width: 512,
svgPath: 'M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM359.5,296a16,16,0,0,1-16,16h-64v64a16,16,0,0,1-16,16h-16a16,16,0,0,1-16-16V312h-64a16,16,0,0,1-16-16V280a16,16,0,0,1,16-16h64V200a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16v64h64a16,16,0,0,1,16,16Z',
yOffset: 0,
xOffset: 0,
};
export declare const FolderPlusIcon: React.ComponentClass;
export default FolderPlusIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy