import { IconProps, createIcon } from "@chakra-ui/react";
export const UsbCFill = createIcon({
  displayName: "UsbCFill",
  viewBox: "0 0 16 16",
  d: "M3 5a3 3 0 0 0 0 6h10a3 3 0 1 0 0-6H3Zm.5 2.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1Z"
});