@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.47 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardCityIconConfig = {
name: 'RhStandardCityIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 30.38h-.38V26a.61.61 0 0 0-.62-.62h-4a.61.61 0 0 0-.62.62v4.38h-.76V29a.61.61 0 0 0-.62-.62h-4a.61.61 0 0 0-.62.62v1.38h-2.76V18a.61.61 0 0 0-.62-.62H6a.61.61 0 0 0-.62.62v12.38H5a.62.62 0 1 0 0 1.24h26a.62.62 0 0 0 0-1.24Zm-24.38 0V18.62h8.76v11.76Zm14 0v-.76h2.76v.76Zm6 0v-3.76h2.76v3.76Z"},{"path":"M13 16.62a.61.61 0 0 0 .62-.62V8.62h7.76V20a.61.61 0 0 0 .62.62h5.38V24a.62.62 0 0 0 1.24 0v-4a.61.61 0 0 0-.62-.62h-5.38V8a.61.61 0 0 0-.62-.62h-2.38V4a.62.62 0 0 0-1.24 0v3.38h-1.76V5a.62.62 0 0 0-1.24 0v2.38H13a.61.61 0 0 0-.62.62v8a.61.61 0 0 0 .62.62Z"},{"path":"M16 10.38a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Zm3 0a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Zm-3 3a.63.63 0 1 0 .63.62.62.62 0 0 0-.63-.62Zm3 0a.63.63 0 1 0 .63.62.62.62 0 0 0-.63-.62Zm0 2.99a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Zm0 9.01a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Zm0-3a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Zm3 3a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Zm0-3a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Zm2.38.62a.62.62 0 1 0 .62-.63.62.62 0 0 0-.62.63ZM19 19.38a.63.63 0 1 0 .63.62.62.62 0 0 0-.63-.62Z"}]},
rhUiIcon: null,
};
export const RhStandardCityIcon = createIconBase(RhStandardCityIconConfig);
export default RhStandardCityIcon;