UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 342 B
import React from 'react'; export const TabletPortraitSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M430 0H82a18 18 0 0 0-18 18v476a18 18 0 0 0 18 18h348a18 18 0 0 0 18-18V18a18 18 0 0 0-18-18ZM100 448V64h312v384Z"/> </svg>; };