@nant-design/nant-icons
Version:
10 lines (7 loc) • 482 B
JSX
import React from 'react';
export const LockOpenOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M336 112a80 80 0 0 0-160 0v96" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<rect x="96" y="208" width="320" height="272" rx="48" ry="48" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};