UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 440 B
import React from 'react'; export const Scan = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M342 444h46a56 56 0 0 0 56-56v-46m0-172v-46a56 56 0 0 0-56-56h-46M170 444h-46a56 56 0 0 1-56-56v-46m0-172v-46a56 56 0 0 1 56-56h46" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="44"/> </svg>; };