UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 351 B
import React from 'react'; export default function FormatPilcrowArrowLeftIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-format-pilcrow-arrow-left ${props.className}`} > <path d="M8 17v-3l-4 4 4 4v-3h12v-2m-10-7v5h2V4h2v11h2V4h2V2h-8a4 4 0 0 0-4 4 4 4 0 0 0 4 4z" /> </svg> ); }