UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 455 B
import React from 'react'; export const CardOutline = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <rect x="48" y="96" width="416" height="320" rx="56" ry="56" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M48 192h416M128 300h48v20h-48z" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="60"/> </svg>; };