UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 402 B
import React from 'react'; export default function ImageSizeSelectActualIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-image-size-select-actual ${props.className}`} viewBox="0 0 24 24" > <path d="M21 3H3C2 3 1 4 1 5v14a2 2 0 0 0 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2M5 17l3.5-4.5 2.5 3 3.5-4.5 4.5 6H5z" /> </svg> ); }