UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 398 B
import React from 'react'; export const SwapHorizontalOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="m304 48 112 112-112 112m94.87-112H96m112 304L96 352l112-112m-94 112h302" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };