@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 857 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiFileCodeIconConfig = {
name: 'RhUiFileCodeIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M26.5 1H12a.999.999 0 0 0-.708.294L4.294 8.292A1 1 0 0 0 4 9v20.5c0 .827.673 1.5 1.5 1.5h21c.827 0 1.5-.673 1.5-1.5v-27c0-.827-.673-1.5-1.5-1.5ZM11 4.414V8H7.414L11 4.414ZM26 29H6V10h5.5c.827 0 1.5-.673 1.5-1.5V3h13v26ZM13.293 16.293a1 1 0 1 1 1.414 1.414L11.414 21l3.293 3.293a1 1 0 1 1-1.414 1.414l-3.647-3.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l3.646-3.647Zm4 8L20.586 21l-3.293-3.293a1 1 0 1 1 1.414-1.414l3.647 3.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-3.646 3.647a.997.997 0 0 1-1.414 0 1 1 0 0 1 0-1.414Z"},
rhUiIcon: null,
};
export const RhUiFileCodeIcon = createIconBase(RhUiFileCodeIconConfig);
export default RhUiFileCodeIcon;