UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 340 B
import React from 'react'; export default function FormatTextWrappingClipIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-text-wrapping-clip ${props.className}`} viewBox="0 0 24 24" > <path d="M7 21H5V3h2v18M17 3v8H9v2h8v8h2V3h-2z" /> </svg> ); }