UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 418 B
import React from 'react'; export default function ContentSaveOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-content-save-outline ${props.className}`} > <path d="M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4m2 16H5V5h11.17L19 7.83V19m-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3M6 6h9v4H6V6z" /> </svg> ); }