UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 352 B
import React from 'react'; export default function PageLayoutSidebarRightIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-page-layout-sidebar-right ${props.className}`} > <path d="M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m8 6v8h4V8h-4z" /> </svg> ); }