import * as React from "react"; import { SVGProps } from "react"; const SvgCarBrakeWornLinings = (props: SVGProps) => ( ); export default SvgCarBrakeWornLinings;