@nant-design/nant-icons
Version:
8 lines (6 loc) • 383 B
JSX
import React from 'react';
export const ClipboardSharp = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M420 48h-68V28a12 12 0 0 0-12-12H172a12 12 0 0 0-12 12v20H92a12 12 0 0 0-12 12v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V60a12 12 0 0 0-12-12Zm-84.13 64H176.13V80h159.74Z"/>
</svg>;
};