UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 653 B
import { createIconBase } from '../createIcon.js'; export const HSquareIconConfig = { name: 'HSquareIcon', icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z"}, rhUiIcon: null, }; export const HSquareIcon = createIconBase(HSquareIconConfig); export default HSquareIcon;