All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.js.icons.parking-icon.d.ts Maven / Gradle / Ivy

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ParkingIconConfig: {
  name: 'ParkingIcon',
  height: 512,
  width: 448,
  svgPath: 'M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z',
  yOffset: 0,
  xOffset: 0,
};
export declare const ParkingIcon: React.ComponentClass;
export default ParkingIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy