package.dist.js.icons.locked-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const LockedIconConfig: {
name: 'LockedIcon',
height: 1024,
width: 1024,
svgPath: 'M896,624 C896,650.509668 874.509668,672 848,672 L368,672 C341.490332,672 320,650.509668 320,624 C320,597.490332 341.490332,576 368,576 L848,576 C874.509668,576 896,597.490332 896,624 L896,624 Z M896,816 C896,842.509668 874.509668,864 848,864 L368,864 C341.490332,864 320,842.509668 320,816 C320,789.490332 341.490332,768 368,768 L848,768 C874.509668,768 896,789.490332 896,816 L896,816 Z M320,320 C320,214 406,128 512,128 C618,128 704,214 704,320 L704,448 L320,448 L320,320 Z M960,448 L832,448 L832,320 C832,143.3 688.7,0 512,0 C335.3,0 192,143.3 192,320 L192,448 L64,448 C28.6674863,448.033078 0.0330777378,476.667486 0,512 L0,960 C0.0330777378,995.332514 28.6674863,1023.96692 64,1024 L960,1024 C995.332514,1023.96692 1023.96692,995.332514 1024,960 L1024,512 C1023.96692,476.667486 995.332514,448.033078 960,448 Z',
yOffset: 0,
xOffset: 0,
};
export declare const LockedIcon: React.ComponentClass;
export default LockedIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy