UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 374 B
import React from 'react'; export const LockClosedSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M420 192h-68v-80a96 96 0 1 0-192 0v80H92a12 12 0 0 0-12 12v280a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V204a12 12 0 0 0-12-12Zm-106 0H198v-80.75a58 58 0 1 1 116 0Z"/> </svg>; };