@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 563 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function CgFormatIndentDecrease (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"none"},"child":[{"tag":"path","attr":{"d":"M20 7H4V5H20V7Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M20 11H12V9H20V11Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M12 15H20V13H12V15Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M9 9L4 12L9 15V9Z","fill":"currentColor"}},{"tag":"path","attr":{"d":"M4 17V19H20V17H4Z","fill":"currentColor"}}]})(props);
};