UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 342 B
import React from 'react'; export const PhonePortraitSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M382 0H130a18 18 0 0 0-18 18v476a18 18 0 0 0 18 18h252a18 18 0 0 0 18-18V18a18 18 0 0 0-18-18ZM148 448V64h216v384Z"/> </svg>; };